Created
August 19, 2011 19:28
-
-
Save jodell/1157764 to your computer and use it in GitHub Desktop.
fork to update the UI (Activity Indicator, for example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Detach to update the UI, example takes a BOOL argument | |
[NSThread detachNewThreadSelector:@selector(setIsWaiting:) | |
toTarget:self | |
withObject:[NSNumber numberWithBool:YES]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment