0
我呼籲使用NSthread的方法。我想停止點擊按鈕事件的線程。 我該如何做到這一點?請幫助我。謝謝。
[NSThread detachNewThreadSelector:@selector(playVideo) toTarget:self withObject:nil];
我呼籲使用NSthread的方法。我想停止點擊按鈕事件的線程。 我該如何做到這一點?請幫助我。謝謝。
[NSThread detachNewThreadSelector:@selector(playVideo) toTarget:self withObject:nil];
嘗試的documentation的線程,或者更好的使用NSOperation
執行playVideo
保持在你的viewController操作的參考和發送cancel
消息操作。請參閱文檔NSOperation documentation
可能重複:[如何退出NSThread](http://stackoverflow.com/questions/909283/how-to-exit-nsthread) – raaz 2011-02-04 13:01:27