Overlapping cells in static tableview built using storyboard

前端 未结 1 1113
青春惊慌失措
青春惊慌失措 2020-12-21 17:35

All,

I\'m using the Xcode 6 beta to build an iOS8 project using storyboard and swift. In the storyboard, I\'ve created a Table View Controller as my primary view wh

相关标签:
1条回答
  • 2020-12-21 18:08

    I think I've had this issue. Try making some Auto Layout connections from the label to the Content View of the cell, and from the table view (and its cells) to the containing view, to force the views to be the proper size.

    The following worked for me.

    1. Control-click and drag from your label to left side of the cell it's in. When the modal comes up, check the box for 'Leading Space to Container'.
    2. Repeat the same Control-click and drag process for each side of the cell, selecting the relevant Auto Layout option when it appears.
    3. (Optional) Try to Control-click and drag from your table view to the each side of the containing view (if there is one), and repeat the steps from above.

    Hopefully this works for you.

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