How to resize UITableView in UITableViewController with section header

后端 未结 5 1136
情话喂你
情话喂你 2020-12-29 13:14

I\'ve got a grouped UITableView in a UITableViewController and I want to resize it horizontally.

I tried many different ways but none of them was perfect.

5条回答
  •  情深已故
    2020-12-29 14:06

    I know this is old question but I think in this scenario it is better to use UITableViewController embedded in Container view instead of resizing UITableViewController's tableView.

提交回复
热议问题