Good day everyone! I have a typical problem where I have a superview with tons of subviews and constraints and i need to migrate them to another superview while saving all constraints relative both to their sizes and to superview.
There were two answers:
1) XCode - Is there a way to drag a component from one view to another without losing its frame? -saves coordinates.
2) Move all subviews to container view keeping positions and constraints - saves constraints relative to size (width, height), but doesn't save their relation to superview.
Is there any other 3rd easy solution which passes size constraints, position constraints and positions? Or probably i could somehow in interface builder change the type from custom scrollView to containerView while saving everything?