Skip to content

Instantly share code, notes, and snippets.

View djMax's full-sized avatar

Max Metral djMax

View GitHub Profile
NSArray *viewControllers = [navController viewControllers];
NSMutableArray *array = [NSMutableArray arrayWithArray:viewControllers];
[array replaceObjectAtIndex:0 withObject:uivc];
[navController setViewControllers:array];