Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created June 18, 2014 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/16515456ed26cddb8122 to your computer and use it in GitHub Desktop.
Save mikeabdullah/16515456ed26cddb8122 to your computer and use it in GitHub Desktop.
Grabbing toolbar items from the navigation controller
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
self.toolbarItems = self.navigationController.toolbarItems;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment