¡@

Home 

2014/10/15 ¤U¤È 10:11:15

iphone Programming Glossary: maintabbarcontrollerselectedindex

How to: Save order of tabs when customizing tabs in UITabBarController

http://stackoverflow.com/questions/2034183/how-to-save-order-of-tabs-when-customizing-tabs-in-uitabbarcontroller

animated BOOL animated NSUserDefaults standardUserDefaults setInteger mainTabBarController.selectedIndex forKey @ mainTabBarControllerSelectedIndex void navigationController UINavigationController navigationController willShowViewController UIViewController viewController.. animated BOOL animated NSUserDefaults standardUserDefaults setInteger mainTabBarController.selectedIndex forKey @ mainTabBarControllerSelectedIndex #pragma mark UITabBarControllerDelegate void tabBarController UITabBarController tabBarController didSelectViewController.. UIViewController viewController NSUserDefaults standardUserDefaults setInteger tabBarController.selectedIndex forKey @ mainTabBarControllerSelectedIndex And here's the code for saving the tabs order #pragma mark UITabBarControllerDelegate void tabBarController UITabBarController..