Skip to content

Instantly share code, notes, and snippets.

@djMax
Created December 13, 2011 16:18
Show Gist options
  • Save djMax/1472738 to your computer and use it in GitHub Desktop.
Save djMax/1472738 to your computer and use it in GitHub Desktop.
NSArray *viewControllers = [navController viewControllers];
NSMutableArray *array = [NSMutableArray arrayWithArray:viewControllers];
[array replaceObjectAtIndex:0 withObject:uivc];
[navController setViewControllers:array];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment