/ Published in: Objective C
URL: http://stackoverflow.com/questions/1622956/uinavigationcontroller-with-presentmodalviewcontroller
Expand |
Embed | Plain Text
Map *mapScreen = [[[Map alloc] init] autorelease]; mapScreen.delegate = self; UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:mapScreen] autorelease]; [self presentModalViewController:navController animated:YES];
You need to login to post a comment.
