I've designed a view with the Interface Builder.
It contains UIImageView
,UIToolBar
, etc... And and I've set all constraints with the IB in the .xib file.
Now, in this view, there is some animations (toolbars appearing etc). My animations work correctly, but when I add a subview to the main view, every element is reset to it's original place.
I'm not used with auto-layout and constraints, I think I'm missing something in my animation to "save" my subviews' positions.