iPhone SDK: how to switch from a login screen to a navigation interface?
Posted
by DavidD
on Stack Overflow
See other posts from Stack Overflow
or by DavidD
Published on 2010-05-20T09:39:55Z
Indexed on
2010/05/20
9:50 UTC
Read the original article
Hit count: 162
I am beginning in iPhone development and have followed a few tutorials, but please indicate me if I'm going in the wrong direction. I have implemented my own UInViewController and a login screen view (with its xib).
What I would like to do is that after clicking on the login button, it displays the RootViewController.xib, which includes the Xcode's default navigation application template.
Is that possible? How?
Thanks alot for your help.
© Stack Overflow or respective owner