Reputation: 1565
I would like to move a textview inside a container view without deleting or re-creating them. How can I do it using my storyboard ? I just want to move highlighted Text View inside to Container View. Drag & Drop is not working, it is just changing the order of views.
Guidance needed. Thanks.
Upvotes: 0
Views: 266
Reputation: 10172
If container view is of container kind. Drag should work I believe. Just drag your textView
over containerView
and hold until your container get surrounded by blue line like in image then drop it there.
If you see here I am dragging and dropping Label 0 - 12
inside a collection view.
Upvotes: 1