iOS--tableView中的多余的线的去除方法

来源:互联网 发布:ci框架怎么连接数据库 编辑:程序博客网 时间:2024/04/30 00:42
UIView*view = [UIViewnew];view.backgroundColor= [UIColor clearColor];[self.tableView setTableFooterView:view];
0 0