对于iOS 6以上,最简单的方法是设置tableFooterView的属性
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}
对于iOS 6以上,最简单的方法是设置tableFooterView的属性
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
}