Deleted.
D Delta-NC Suspended Original poster Apr 22, 2008 186 104 Jan 30, 2009 #1 Deleted. Last edited: Apr 5, 2021
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Jan 30, 2009 #2 Make your app delegate a UITabBarControllerDelegate, then you can use Code: - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController to catch when a user selects a view controller from the tab bar.
Make your app delegate a UITabBarControllerDelegate, then you can use Code: - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController to catch when a user selects a view controller from the tab bar.
D Delta-NC Suspended Original poster Apr 22, 2008 186 104 Jan 30, 2009 #3 Deleted. Last edited: Apr 5, 2021
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Jan 30, 2009 #4 You need a separate view controller for each tab. They can be instances of the same class but you need a separate instance for each tab.
You need a separate view controller for each tab. They can be instances of the same class but you need a separate instance for each tab.
D Delta-NC Suspended Original poster Apr 22, 2008 186 104 Jan 31, 2009 #5 Deleted. Last edited: Apr 5, 2021