设置TableView section header的颜色

 
- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section {
    view.tintColor = [UIColor clearColor];
}
posted @ 2017-06-06 13:20  有棱角的圆  阅读(1300)  评论(0编辑  收藏  举报