ios - Keep autolayout contraints after changing superview in the storyboard -


i have uiview in storyboard constraints defined. have change subviews inside new scroll view. drag scroll view view, adjust size , add subviews scroll view. autolayout constraints out of place , best solution find delete constraints , create them again, time consuming. there better way this?

unfortunately, there no easy way transfer constraints. can take @ this article shows how edit storyboard in text editor.

one thing can @ least little bit "embed in" functionality. wrap container around selected child views , @ least save time of repositioning everything.

editor > embed in > scroll view

embedin


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -