方法 :
self.myTableView.tableFooterView = [[UIView alloc]init];
或 :
self.myTableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
正常情况下的样子:
去掉多余的线以后的样子:
方法 :
self.myTableView.tableFooterView = [[UIView alloc]init];
或 :
self.myTableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
正常情况下的样子:
去掉多余的线以后的样子: