Newbie: UINavigationController is pulling me back from further learning :(
- by nithin
I have created a window-based application and my problem is I am unable to create UINavigationController on the go. InFact I don't know how to do that.
My AppDelegeate
- (void)applicationDidFinishLaunching:(UIApplication *)application {
// Override point for customization after application launch
[window addSubview:logInView.view];
[window…