Is there a way to copy View Controller's element (views, labels, buttons and whatnots) to another ViewController
but without copying the bindings set on this item (IBAction
,IBOutlets
)?
This is most obvious when you try to copy some views between projects, then you have in both projects connections and if you modify it in one it is reflected in other!