标签:设置 log blog back code arc 文字 nbsp color
感觉tableview的索引条将表视图往左边挤了一点?别担心,只是颜色问题。只要如此设置即可
//索引条背景的颜色(清空颜色就不会感觉索引条将tableview往左边挤)
[_tableView setSectionIndexBackgroundColor:[UIColor clearColor]];
//索引条文字的颜色
[_tableView setSectionIndexColor:[UIColor darkGrayColor]];
标签:设置 log blog back code arc 文字 nbsp color
原文地址:http://www.cnblogs.com/justqi/p/7101784.html