iOS 7 UITableView: How to remove space between navigation bar and first cell

前端 未结 15 2356
Happy的楠姐
Happy的楠姐 2020-12-04 07:15

Description of the problem: with iOS 7 in grouped UITableView there is a gap between the top of the table view and the first cell.

The strange part is th

15条回答
  •  执笔经年
    2020-12-04 07:43

    The answer was very funny for me and my team, and worked like a charm

    • In the Interface Builder, Just move the tableview under another view in the view hierarchy.

    REASON:

    We observed that this happens only for the First View in the View Hierarchy, if this first view is a UITableView. So, all other similar UITableViews do not have this annoying section, except the first. We Tried moving the UITableView out of the first place in the view hierarchy, and everything was working as expected.

提交回复
热议问题