美文网首页
去掉UITableView多余线及设置footerView颜色(

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

作者: 迷程 | 来源:发表于2018-11-26 15:56 被阅读8次

    - (void)tableView:(UITableView *)tableView willDisplayFooterView:(UIView *)view forSection:(NSInteger)section

    {    

        view.tintColor=COLOR_BG;

    }

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

    相关文章

      网友评论

          本文标题:去掉UITableView多余线及设置footerView颜色(

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