美文网首页
tableview分区头、分区尾颜色

tableview分区头、分区尾颜色

作者: kai_strong | 来源:发表于2021-01-27 18:18 被阅读0次
  • (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section {
    view.tintColor = DLCColor(241, 241, 241);
    }
  • (void)tableView:(UITableView *)tableView willDisplayFooterView:(nonnull UIView *)view forSection:(NSInteger)section {
    view.tintColor = DLCColor(241, 241, 241);
    }

相关文章

网友评论

      本文标题:tableview分区头、分区尾颜色

      本文链接:https://www.haomeiwen.com/subject/viwazktx.html