Skip to content

Instantly share code, notes, and snippets.

@darbio
Created June 22, 2012 06:44
Show Gist options
  • Save darbio/2970828 to your computer and use it in GitHub Desktop.
Save darbio/2970828 to your computer and use it in GitHub Desktop.
window = new UIWindow (UIScreen.MainScreen.Bounds);
navigation = new UINavigationController();
var tabController = new MyTabBarController ();
navigation.PushViewController (tabController, true);
window.RootViewController = navigation;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment