View-Based or Navigation Based?
Hi all,
I have to stick together an application that has the following:
1. A UIView login screen.
2. A UITableView list of stuff
3. A UIView showing details of whatever was picked in step 2.
Now, normally, when I have a list of stuff, I pick the Navigation template and away I go. This would be pretty simple because it gives the nav controller for pushing views, but then how do I tack on a login screen before the list shows?
Would the illusion of having the list at the front and that upon loading it pushes a new screen to login be bad form?
Cheers,
Coulls
|