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

google api - Incomplete response from Gmail API threads.list -

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

double exclamation marks in haskell -