如何在加载 iPhone 应用程序时更改段控件颜色?
我想在加载应用程序时更改段颜色的颜色。
或者是否可以根据导航栏标题/标题颜色更改段控件的颜色?
提供带有任何代码片段或任何有用链接的任何解决方案,我们将不胜感激。
i want to change the color of the segment color while loading the application.
or is it possible to change the color of the segmentcontrol according to the NavigationBar header/title color?
Provide any solution with any code snippet or any useful link,which would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是在
UISegmentedControl
的文档中的tintColor
属性下,例如:如果您愿意,可以使用
-setTintColor:
方法:This is in the documentation for
UISegmentedControl
under thetintColor
property, e.g.:If you prefer, you can use the
-setTintColor:
method: