Using a UITableViewController with a small-sized table?

后端 未结 11 1165
一生所求
一生所求 2020-12-31 05:51

When using a UITableViewController, the initWithStyle: method automatically creates the underlying UITableView with - according to the documentation - \"the correct dimensio

11条回答
  •  醉梦人生
    2020-12-31 06:21

    Check the autoresizingMask and contentMode properties of the UITableView. These can both affect the frame.

提交回复
热议问题