self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0.0, 0.0, 320.0, [UIScreen mainScreen].bounds.size.height ) style:UITableViewStylePlain];
如果我将 tableview 框架更改为
(0.0, 0.0, 320.0, [UIScreen mainScreen].bounds.size.height -49.0)
滚动条会留下空白,我不喜欢它。我该如何解决这个问题?
非常感谢你。