Skip to content

Instantly share code, notes, and snippets.

@abrahamvegh
Created January 2, 2011 18:57
Show Gist options
  • Save abrahamvegh/762737 to your computer and use it in GitHub Desktop.
Save abrahamvegh/762737 to your computer and use it in GitHub Desktop.
Method name WTF-ery
- (void) navigationController: (UINavigationController *) navigationController shouldStartActivityForViewController: (UIViewController *) viewController;
- (void) navigationController: (UINavigationController *) navigationController shouldStartActivityForViewController: (UIViewController *) viewController withMessage: (NSString *) message;
- (void) navigationController: (UINavigationController *) navigationController shouldStopActivityForViewController: (UIViewController *) viewController;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment