What is the reason for the remaining vertical spacing between an “inner”-view and the contentview of an UITableViewCell using Storyboard?

前端 未结 1 1850
礼貌的吻别
礼貌的吻别 2020-12-19 00:34

I am using storyboard in an iOS/xcode project with the following simplified \"hierarchy\" (from top to bottom):

  • ViewController (not a TableViewController for s
相关标签:
1条回答
  • 2020-12-19 00:49

    In Xcode 6 constraints can be "relative to margin". The margin is set as the normal default spacing to the edge of the screen.

    You can turn this off in the "add constraints" button...

    enter image description here

    Or in the constraint property inspector...

    enter image description here

    0 讨论(0)
提交回复
热议问题