ios - Copy views between View Controllers without "connections" in Interface Builder -


is there way copy view controller's element (views, labels, buttons , whatnots) viewcontroller without copying bindings set on item (ibaction,iboutlets)?

this obvious when try copy views between projects, have in both projects connections , if modify in 1 reflected in other!


Comments

Popular posts from this blog

java - How to print docx and pdf? -

c# - How to use process.StartInfo.Arguments in command prompt? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -