iOS 7.1 UitableviewCell content overlaps with ones below

前端 未结 7 1776
执念已碎
执念已碎 2020-12-08 07:11

So I have code, which is sucessfully working on iOS 7.0 but not in 7.1. I have a simple tableview, with code:

- (NSInteger)numberOfSectionsInTableView:(UITab         


        
7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 07:37

    Are you using storyboards? If so, select the table view controller in storyboards and uncheck the "Under bottom bars" You can also do this programmatically.

    If your TVC inherits from a nav view controller or a tab view controller, you may need to uncheck this layout option on the parent view instead

提交回复
热议问题