我正在 iOS 5 上开发我的第一个 Apple 产品。当我不使用 UITabBarController 时,在多个场景中保持一致的 UITabBar 对象的最佳方法是什么?它只是一个标准的 UIViewController。我让标签栏在一个场景中按我想要的方式工作,我希望能够将它复制到我的其他 4-ish 场景中。
使用 UIAppearance
用于在所有 UITabBar
实例上设置视觉属性的 API。
id appearance = [UITabBar appearance];
[appearance setBackgroundImage:someImage];
[appearance setTintColor:someTintColor];
//...
Here是可以在 UITabBar
的 UIAppearance
代理上设置的属性列表:
关于iphone - iOS 5 在多个场景中保持一致的标签栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8379007/
欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) | Powered by Discuz! X3.4 |