iOS 7.1 UitableviewCell content overlaps with ones below

前端 未结 7 1775
执念已碎
执念已碎 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:48

    had similar behavior in iOS 8, using storyboard / IB.

    fix was to add a Bottom Space to: Superview constraint from the bottom-most view to bottom of the prototype cell's Content View. The other views and constraints were all anchored from the top.

提交回复
热议问题