How do I adjust the left margin for prototype cells in a UITableView?

后端 未结 10 1433
天涯浪人
天涯浪人 2020-12-02 14:27

If I create a UITableViewController, for example via File → New Project... → iOS → Master-Detail Application in Xcode, a UITableView

10条回答
  •  醉话见心
    2020-12-02 14:33

    In the TableView "Attributes inspector" set the Separator Insets to "Custom" with Left = 0. That is all you have to do!

提交回复
热议问题