Deniz
Deniz

Reputation: 1565

How to move a view inside another view in storyboard

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. enter image description here

Guidance needed. Thanks.

Upvotes: 0

Views: 266

Answers (1)

rptwsthi
rptwsthi

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. enter image description here

If you see here I am dragging and dropping Label 0 - 12 inside a collection view.

Upvotes: 1

Related Questions