标签:style blog color sp div log bs ef as
方法是给tableView的tableFooterView指定一个透明的View
1 // 清除plain样式的tableView多余的cell的办法 2 UIView *view = [[UIView alloc] init]; 3 view.backgroundColor = [UIColor whiteColor]; 4 self.tableView.tableFooterView = view
UITableView--清除plain样式多余的cell的办法
标签:style blog color sp div log bs ef as
原文地址:http://www.cnblogs.com/lYcHeeM/p/4099653.html