去掉UITableView多余线及设置footerView颜色(

2019-04-15  本文已影响0人  迷程
 - (void)tableView:(UITableView *)tableView willDisplayFooterView:(UIView *)view forSection:(NSInteger)section

{   

    view.tintColor=COLOR_BG;

}

如上,在此方法里面直接设置背景色。

上一篇 下一篇

猜你喜欢

热点阅读