/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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];