Reputation: 1363
I've just upgraded to xcode 8 swift 3 and the whole layout of my project is a mess. I'm trying to change constraints but is not taking effect in preview like last version. I've follewed the same procedure I've used to Xcode 7.3. Are there something new that I don't know ?
Upvotes: 2
Views: 1438
Reputation: 1363
After some more searching I found that this a bug. This workaround solved https://stackoverflow.com/a/39653512/2238515 my issue. On the other hand is waiting for an update from Apple
Upvotes: 1
Reputation: 5927
You might have to update frame. If when you modify in preview you see a yellow arrow next to the view then "Update Frame"
Upvotes: 0