Skip to content

Instantly share code, notes, and snippets.

@rhysforyou
Created December 12, 2011 00:15
Show Gist options
  • Select an option

  • Save rhysforyou/1463687 to your computer and use it in GitHub Desktop.

Select an option

Save rhysforyou/1463687 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad
{
[super viewDidLoad];
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(close:)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment