I had defined all views and had sets its constraints with superview
in a view controller, but now I want to put all these children views into a Scrollview
, I found all of these constraints disappear. Is there any good ways to make it easier to do, instead of reset all of these constraints?
Following the pictures showed on below:
Now, when I drag all these views into ScrollView
, all constraints disappear
(sorry these two links are screenshots, I don't have 10 reputation to post images)