Skip to content

Instantly share code, notes, and snippets.

@jaykz52
Created November 26, 2012 00:37
Show Gist options
  • Save jaykz52/4146023 to your computer and use it in GitHub Desktop.
Save jaykz52/4146023 to your computer and use it in GitHub Desktop.
CKSideBarController viewControllers
- (void)applicationDidBecomeActive:(UIApplication *)application
{
self.barController.viewControllers = @[
[[FirstViewController alloc] init],
[[SecondViewController alloc] init],
[[ThirdViewController alloc] init]
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment