Using a split view on the iPad, I have the following code:
- (void) splitViewController:(UISplitViewController *)svc willHideViewController:(UIViewController
Yes, you can set the modalPresentationStyle as following:
modalPresentationStyle
controller.modalPresentationStyle = UIModalPresentationFormSheet;