Skip to content

Instantly share code, notes, and snippets.

@polarity
Created August 29, 2012 14:53
Show Gist options
  • Save polarity/3513788 to your computer and use it in GitHub Desktop.
Save polarity/3513788 to your computer and use it in GitHub Desktop.
NSNotificationCenter: @selector
// toProfileView wird vom NotificationCenter benachrichtigt und ausgeführt
-(void)toProfileView: (NSNotification *)notification
{
// do Stuff...
UIView *object = [NSNotification object];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment