您的位置:首页 > 产品设计 > UI/UE

iOS开发中去掉UITableView中多余的分割线

2015-04-27 10:26 253 查看
//把多余的分割线去掉
UIView * footerView = [[UIView
alloc] initWithFrame:CGRectZero];
self.tableView.tableFooterView = footerView;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: