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.
我想UITabBar用自定义UITabBar图像和自定义UITabBarItem选择图像和未选择图像创建自定义。
UITabBar
UITabBarItem
这是你正在研究的吗?您可以对其进行大量自定义。此外,该代码还有许多演示和示例供您查看。
Monotouch中的自定义UITabBar
更改 UITabBar 上的图像
这是一个很好的自定义 UI 的外部源。
你可以看看我的例子。
我确实编写了一个兼容 iOS 7+ 的简单 UITabBar+UITabBarController 替代品,它可以支持任意数量的选项卡并使用自动布局来构建它的视图层次结构。查看NGTabBar。