Storyboards changing the frames of my views

I'm currently building an app using storyboards and autolayout. But every time I return to a storyboard, lots of my frames have been changed and I get a huge number of warnings.


I don't have autolayout issues with these views, I'm able to just call "Update Frames" on each view and everything is fine. But it takes a long time to do that.


Does anyone know what causes this issue? Is it something I'm doing wrong, or should I submit this as a bug?


Thanks,

Adam

I have this problem all the time. I'll be laying out a complex view with auto layout, I'll close the window or close X code. When I reopen it, all of the items that I've added to the view have no frames and are in the upper left of the parent view.


I suspect it could be tied to using the Duplicate command, but I'm not sure. It is a huge problem for me and I can't find a solution.

Storyboards changing the frames of my views
 
 
Q