xcode - iPhone App Dev - Embedding a view into a parent view -
xcode - iPhone App Dev - Embedding a view into a parent view -
i have questionnaire app consists of several questions. questions have standardised format consists of question (pulled database) , slider answering (they 0-5 scaled based questions).
i have created 2 xib files. 1 questionnaire , 1 question. want questionnaire.xib have navigation controller responsible swapping views (i.e. changing questions) when user has answered question. xib need embed several question.xib's animate in user presses next button in navigation controller of questionnaire.xib.
how possible embed 1 xib navigation based xib..
if want load nib without instantiating controller it, can use: – loadnibnamed:owner:options:
it homecoming array top-level object defined in xib file.
you load way xib related individual question, , place uiview (or other uikit objetcs) defines in questionnaire's view.
iphone xcode uinavigationcontroller xcode4
Comments
Post a Comment