Titanium Mobile - 选择行时反转 TableVIew 中的文本颜色
我正在玩Titanium Mobile。我构建了一个 TableView 并在 iPhone 上进行了测试。一切正常,我启用了 TableView 的“选择”属性。
我无法轻易弄清楚的是如何反转文本颜色,以便当选择一行且背景为蓝色时,文本从我的黑色或灰色切换为白色,以便对比度就像在iPhone上一样。
有什么想法吗?
谢谢 沙皇
I am playing around with Titanium Mobile. I built a TableView and test it on the iPhone. All works fine, I enabled the "selection" property for the TableView.
What I can't figure out easily is how to inver the text color so that when a row is Selected an the background is blue, the text s switched from my black or gray to white, so that the contrast is just as on the iPhone.
Any ideas?
THX
Czar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道单元格中是否有 UILabels,但处理此问题的基本方法是通过 API 提供的属性
查看 API 文档
I dont know if you have UILabels in you cells, but the basic way to handle this is through the properties the API provides
See API Documentation