ios - Adding UIViewController element into xib graphical layout -


i created formunit (viewcontroller) textfield, label, validators , behaviours. each unit independent field within form own validators , behaviour. want add these units form e.g personal info or signup.

is possible add viewcontroller xib layout uibutton or uilabel?

yes. can using container view controller in ib (they @ least available in storyboards) or programmatically addchildviewcontroller:.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -