去除多余行和分割线
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
去除分割线左边空白
self.tableView.separatorInset = UIEdgeInsetsZero;
self.tableView.layoutMargins = UIEdgeInsetsZero;
去除多余行和分割线
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
去除分割线左边空白
self.tableView.separatorInset = UIEdgeInsetsZero;
self.tableView.layoutMargins = UIEdgeInsetsZero;
本文标题:UITableView
本文链接:https://www.haomeiwen.com/subject/hqixzxtx.html
网友评论