Reputation: 24205
Coping a UIView
from a UIViewController
to another as following:
UIViewController
.This will not put the copied view inside the selected one. It will replace it.
I want to place it inside. How to do that?
Upvotes: 0
Views: 786
Reputation: 3404
Put one dummy view in the view cycle then do your change on that ....
Upvotes: 2
Reputation: 159
There shouldn't be any problem with what you are trying to do unless you using ctrl instead of command; copy : command + C
OR Try drag and drop the view from one ViewController to other
Upvotes: 0