Return to Snippet

Revision: 52054
at October 12, 2011 11:26 by streamt


Initial Code
if(popoverController != nil)
		[popoverController dismissPopoverAnimated:NO];
	
 UINavigationController *nc;    
nc = [[UINavigationController alloc] initWithRootViewController:onlineViewCtrl];
nc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
nc.navigationBar.barStyle = UIBarStyleBlack;
[self presentModalViewController:nc animated:YES];

Initial URL


Initial Description


Initial Title
iOS Show Full Screen

Initial Tags
c, ios

Initial Language
Objective C