Hey,
I've been doing a bit of programming in XCode recently and I can create iPhone applications with multiple views, navigation bars etc easily enough programatically - but now I want to try it with IB.
My question is, how do you model each view in IB? Should I create an XIB file for each separate view and load them in their own view controllers? Say I have a main section with four buttons, each button going to a different view, does this mean I should have five XIB files in total or do I somehow model them all in one?
Thanks for your time,
-Ross
I've been doing a bit of programming in XCode recently and I can create iPhone applications with multiple views, navigation bars etc easily enough programatically - but now I want to try it with IB.
My question is, how do you model each view in IB? Should I create an XIB file for each separate view and load them in their own view controllers? Say I have a main section with four buttons, each button going to a different view, does this mean I should have five XIB files in total or do I somehow model them all in one?
Thanks for your time,
-Ross