我到处搜索但找不到这个问题的答案.
在我UITableView的牢房里,左侧有空的空间.我怎么摆脱它?
UITableView
这就是我启动UITableView对象的方式:
listTableView = [[UITableView alloc] initWithFrame:CGRectMake(20, 60, _tableWidth, _tableheight) style:UITableViewStylePlain];
uitableview ios ios7
ios ×1
ios7 ×1
uitableview ×1