Skip to content

Instantly share code, notes, and snippets.

@jodell
Created August 19, 2011 19:28
Show Gist options
  • Save jodell/1157764 to your computer and use it in GitHub Desktop.
Save jodell/1157764 to your computer and use it in GitHub Desktop.
fork to update the UI (Activity Indicator, for example)
// 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