自定义UITabBar的外观
我想自定义 UITabBar,以便在中间有一个选项卡,顶部有弯曲边框,高度比其他选项卡稍大,这个想法可能如下所示 http://grazsecrets.at/ ,唯一的区别是它使用了徽标。
I want to customize the UITabBar in order to have a tab in the middle that has curved border on top and slightly greater height than the other tabs, the idea might look like this http://grazsecrets.at/ , the only difference is that it uses a logo.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看标签栏替代方案 CocoaControls
Check out the Tab Bar alternatives at CocoaControls
有一篇很棒的文章介绍了如何使用其他标准的 UITabBar 来实现这种效果,位于 iDev 食谱。不过,对于完全定制的 Grazsecrets,您需要使用一排 UIButton 来推出您自己的定制解决方案。
There’s a great article on how to achieve this effect with an otherwise standard UITabBar over at iDev Recipes. For an entirely customized one à la Grazsecrets, though, you’ll need to roll your own custom solution with a row of UIButtons.