Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用标签栏上的图像替换正常突出显示。
在 iOS4 和 iOS5 上执行此操作的最简单方法是什么?
这在 iOS 5 中非常简单(请参阅Apple 的 UITabBar 文档的“自定义外观”部分)。
如果您的客户坚持使用 iOS 4,您就必须更有创意。考虑子类化UITabBar或UITabBarController做一些你自己的绘图。 这是您可以查看的示例(以及另一个示例和另一个示例,其中的答案指向名为BCTabBarController的东西)。为您提供所有潜在的解决方案。
UITabBar
UITabBarController