Hi,
Basically, I'm creating an app for my own self.
So far, I've written a login system but that's all. It can tell the different between correct credentials or not by means of a UIAlert message.
What I need to happen is that once I've logged in, it takes me to a menu.
How should I model this, using UIViewController + UINavigationController (+ ViewController) or what?
Basically, I'm creating an app for my own self.
So far, I've written a login system but that's all. It can tell the different between correct credentials or not by means of a UIAlert message.
What I need to happen is that once I've logged in, it takes me to a menu.
How should I model this, using UIViewController + UINavigationController (+ ViewController) or what?