Skip to content

Instantly share code, notes, and snippets.

@patzearfoss
Last active August 29, 2015 13:55
Show Gist options
  • Save patzearfoss/8697890 to your computer and use it in GitHub Desktop.
Save patzearfoss/8697890 to your computer and use it in GitHub Desktop.
- (void)setDelegate:(id<UINavigationControllerDelegate>)delegate
{
[NSException raise:@"Wrong delegate error" format:@"You're actually using this? 99% sure you meant mailComposerDelegate"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment