架构师之路

设置tableview索引颜色

2015-12-14  本文已影响347人  小木___Boy
// 设置索引颜色
self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];
self.tableView.sectionIndexColor = WTColorFromRGB(0xea5413);
上一篇 下一篇

猜你喜欢

热点阅读