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

solution

my 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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -