Example #1
0
		private void InitializeAroundTab ()
		{					
			aroundNavigationController = new MSPNavigationController (this);
			around = new ActivityViewController (aroundNavigationController);
			
			aroundNavigationController.TabBarItem = new UITabBarItem("activity", Graphics.GetImgResource("activity"), 2);
			aroundNavigationController.PushViewController (around, false);
		}
Example #2
0
		private void InitializeBuzzTab ()
		{	
			buzzNavigationController = new MSPNavigationController (this);
			buzzNavigationController.TabBarItem = new UITabBarItem("buzz", Graphics.GetImgResource("buzz"), 0);
			
			startMedia = new StartMediaViewController (buzzNavigationController);			
			buzzNavigationController.PushViewController (startMedia, false);			
		}