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.
当前版本的 Twiiter 有一个标签栏,如下所示。
当我选择一个选项卡时,它会将所选选项卡显示为已推送(更深的选项卡)。我想在我的 iphone 应用程序中为 iOS 5 实现相同类型的标签栏。我该如何实现它?非常感谢任何帮助。谢谢
您需要自己创建具有更深层次外观的图像并将selectionIndicatorImage属性设置在UITabBar.
selectionIndicatorImage
UITabBar
使用 AppDelegate 中的外观代理进行设置可能是最简单的:
[[UITabBar appearance] setSelectionIndicatorImage:yourImage];