ios - multiple "content views" on the same xib -
ios - multiple "content views" on the same xib -
i have viewcontroller (with navigation) needs show 7 different content layouts. want maintain same background , nav, thing needs change central uiview.
if have 7 different uiviews on same xib/storyboard, can hide ones i'm not using or ding performance?
using segues won't work either because create mess out of custom navigation , animations.
is there improve way accomplish trying do? thanks suggestions
solutionmy design custom using view controller containment decided mimic thought custom uiviewcontroller , 2 uiviews. it's not bad , works rather quickly.
you should using view controller containment, can load views separate nib files , still provide custom navigation , animations container view controller.
note: supported ios 5.
ios
Comments
Post a Comment