UIToolBar:如何设置自定义文本/背景颜色
大家好,
我正在开发一个带有自定义工具栏的 iOS 项目。我遇到以下问题: 在设备上运行时,图标的颜色值将被忽略。文本始终是白色的(所以我认为只使用灰度值)。你们有人知道如何解决这个问题吗?
提前谢谢。
Possible Duplicate:
Can I give a UIToolBar a custom background in my iPhone app?
Hi everybody,
I'm working on a iOS project with a custom Toolbar. I'm having the following problem:
The color values for the icons are simply ignored during run time on he device. The text is always white (so i think only the grayscale value is used). Does anyone of you know how to solve the problem?
thx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以自定义 UIToolBar。
创建 UIButton
将按钮添加到工具栏。
试试这个。
You can customize UIToolBar.
Create UIButton
Add your button to the toolbar.
Try this.