use multiple views in an application
Posted
by Gaurav Arora
on Stack Overflow
See other posts from Stack Overflow
or by Gaurav Arora
Published on 2009-12-10T06:47:23Z
Indexed on
2010/04/06
7:03 UTC
Read the original article
Hit count: 449
Hi All,
I am new to Iphone programming. So please don't mind if I ask some basic questions. :mad:
I want to develop an application where the landing screen will be a login screen and after login application should display a new screen with the list of available categories. And on selecting any category a new screen should appear with the information related to the selected category.
Basically I want to display different screens in the applications and my confusion is how can I make different screens with one .xib file? or should I use different .xib files for each screen. If I use different .xib files for each screen then how should I navigate to different screens.
Please help in solving this confusion.
Thanks in advance
Gaurav
© Stack Overflow or respective owner