为 xcode 中表视图中的备用单元格赋予颜色
我想为我的表格视图单元格提供替代颜色。例如,第一个单元格颜色保持白色,而下一个单元格为浅灰色,然后第三个单元格又是白色,然后下一个单元格又是浅灰色,依此类推。任何人都可以告诉我这样做的方法。
谢谢, 克里斯蒂
I want to give alternate colors to my table view cell. e.g first cell color remains white while the next cell is light gray ,then third again white ,then next is again light gray and so on.Can anyone tell me the method to do it please.
Thanks,
Christy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
使用这个克里斯蒂:
use this christy:
在您的 cell:(UITableviewCell*) forRowAtIndexPath:(NSIndexPath*) indexPath 数据源方法中插入此测试:
In your
cell:(UITableviewCell*) forRowAtIndexPath:(NSIndexPath*) indexPath
Data source method insert this test:Hii Christina:
看看这个,
希望有帮助!
Hii Christina :
Check this out,
Hope this Helps!
以非常通用的方式尝试一下克里斯蒂:
Try this Christy in much generic way:
创建
UITableViewCell
时使用以下代码。Use the below code when you create the
UITableViewCell
.