使 UITabBar 项目全部看起来未选中
我的 iPhone 应用程序中有一个带有 UITabBar
的 UITabBarController
。我想删除当前视图控制器的“选定”外观,因此它们都具有相同的黑色色调。有人知道该怎么做吗?
I have a UITabBarController
with a UITabBar
in my iPhone app. I would like to remove the "selected" look of the current viewcontroller, so they all have the same black tint. Anybody know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不久前我也遇到了同样的问题。你可以把整个东西去掉然后重新画吗?我想这会起作用的。
I had the same problem a while back ago. You can remove the whole thing and draw it again? I think that´ll work.
好吧,在 iOS 5 中,现在有了 UIAppearance,它可以让您自定义标准控件的外观。但是,这是一个非常非常大的但是:为什么?至少可以说似乎很奇怪。
Well, with iOS 5 there is now UIAppearance which will let you customize the looks of standard controls. BUT, and that is a very VERY BIG BUT: why? Seems odd to say the least.