1. 程式人生 > >ios tableview的索引條將表視圖往左邊擠

ios tableview的索引條將表視圖往左邊擠

ear ping col 問題 表視圖 div 一點 ble section

 感覺tableview的索引條將表視圖往左邊擠了一點?別擔心,只是顏色問題。只要如此設置即可

    //索引條背景的顏色(清空顏色就不會感覺索引條將tableview往左邊擠)

[_tableView setSectionIndexBackgroundColor:[UIColor clearColor]];

//索引條文字的顏色

[_tableView setSectionIndexColor:[UIColor darkGrayColor]];

ios tableview的索引條將表視圖往左邊擠