Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created June 18, 2014 19:03
Show Gist options
  • Select an option

  • Save mikeabdullah/16515456ed26cddb8122 to your computer and use it in GitHub Desktop.

Select an option

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