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
Post a Comment