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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -