Remove corner shadow/offset in grouped UITableView

前端 未结 4 940
[愿得一人]
[愿得一人] 2021-02-05 18:48

When a UITableView of type UITableViewStyleGrouped has a background view that is a non-default color or pattern image on the iPad, the rounded corners have an ugly extra line, s

4条回答
  •  一整个雨季
    2021-02-05 19:14

    Set the Content Inset of the bottom of your table view to something like -20 px. You may need to play around with the value.

提交回复
热议问题