如何更改 iPhone 应用程序中 UISegmented 控件中的文本颜色?
到目前为止我能想到的唯一解决方案是添加图像..但我想要正确的解决方案...所以我有什么方法可以更改文本/标题颜色???
The only solution that i can think of so far is by adding images.. but i want the right solution...so i there any way to change the text/title color???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这个方法,是在ios 5.x中
use this method, it is in ios 5.x
http://www.framewreck.net/ 2010/07/custom-tintcolor-for-each-segment-of.html
在这篇文章中,有一个类别的实现,可以满足您的需求。
从 iOS SDK 来看,没有方法可以直接执行此操作。
http://www.framewreck.net/2010/07/custom-tintcolor-for-each-segment-of.html
On this post there is the implementation of a category that does what you are looking for.
From iOS SDK, there is no method to do this directly.