框架:
UITabBarController:UINavigationComtroller 作为子控件
1、在+(void)initialize 中设置UITabBarController中的UITabBarItem中的颜色和字体
用到的知识点是 :UIAppearence来统一设置
UITabBarItenm * item =[UITabBarItem appearence];
2.把UITabBarController和UINavigationController 结合在一起的方式;
时间: 2024-11-09 20:25:49