Skip to content

Instantly share code, notes, and snippets.

@Nub
Created October 15, 2013 17:10
Show Gist options
  • Select an option

  • Save Nub/6995031 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/6995031 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad {
/* Some code */
self.navigationController.viewControllers = [NSArray array];
/* Some code */
self.navigationController.viewControllers = [NSArray array];
}
- (void)someMethod {
if (self.navigationController.viewControllers) {
self.navigationController.viewControllers = someVCArray;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment