如何删除 UITabbar 上的光泽效果?
我不想要标准 UITabBar 上的光泽选择。有没有办法消除光泽,并可能添加背景纹理而不是黑色?
I don't want the glossy selection that is on a standard UITabBar. Is there a way to remove the shine, and possibly add background texture instead of the black?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序要在 iOS 5 上发布,不需要向后兼容;转到 http://developer.apple.com 并查看一下,iOS 5 beta 页面上的某些内容可能会被看到你的兴趣:)。
否则,您需要子类化
UITabBar
或进行等效替换,以根据您的自定义需求进行绘制。If your application is to be released on iOS 5, with no backward compatibility needed; goto to http://developer.apple.com and have a look, something on the iOS 5 beta pages might peek your interest :).
Otherwise you need to subclass
UITabBar
or make an equivalent replacement that draws using your custom needs.