Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created April 17, 2013 06:38
Show Gist options
  • Save hlxwell/5402230 to your computer and use it in GitHub Desktop.
Save hlxwell/5402230 to your computer and use it in GitHub Desktop.
NSObject method for sending message to them.
NSObject
Sending Messages
– performSelector:withObject:afterDelay:
– performSelector:withObject:afterDelay:inModes:
– performSelectorOnMainThread:withObject:waitUntilDone:
– performSelectorOnMainThread:withObject:waitUntilDone:modes:
– performSelector:onThread:withObject:waitUntilDone:
– performSelector:onThread:withObject:waitUntilDone:modes:
– performSelectorInBackground:withObject:
+ cancelPreviousPerformRequestsWithTarget:
+ cancelPreviousPerformRequestsWithTarget:selector:object:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment