IOS學習筆記:UITableView表索引的顏色設置

圖片描述

更改索引的背景顏色:spa

self.tableView.sectionIndexBackgroundColor = [UIColor clearColor];

更改索引的文字顏色:code

self.tableView.sectionIndexColor = [UIColor blueColor];
相關文章
相關標籤/搜索