1

Just updated to Xcode 9 and converted my project to Swift 4 but one of my app screens with a tableview has begun to show as such:

image

I've removed all but one stack view and just placed all my elements in that one stack view with the constraints clipped to 0,0,0,0

it should look like this:

enter image description here

What's going on here?

1 Answers1

0

This was a simple fix once I sat down and looked at it with fresh eyes.

Make sure your constraints are bounding to a view instead of another item in the view.

I cleared constraints and added a stack-view then added constraints carefully making sure it was bounding to a view.

Use Content View