Container Views disappears when resizing another container in the storyboard

This is not a very difficult question ... but I must be doing something wrong. I just upgraded to XCode 6.1 and I cannot resize the Container View on the storyboard without all other containers disappearing!

I have a screen with several container views on it: view with multiple containers

Then I just try to resize the container by selecting one of the guides ... when I click on the mouse, all other containers on the screen disappear: grabbing edge of one container

When I release the mouse, the other two containers are gone! enter image description here

Any ideas what I am doing wrong?

+3


source to share


1 answer


This is a xCode 6.1 bug. This was reported by Apple. The error is related to autorun, so unchecking the "use autolayout" checkbox should fix this if you are not using it. Alternatively, you can manually resize the object using the size inspector.



A very annoying bug. I'm going through it too.

+6


source







All Articles