我没有得到解决方案:
miRevealController *reveal = [[self navigationController] revealController];
[reveal showViewController:[reveal frontViewController]];
reveal.frontViewController.modalPresentationStyle = UIModalPresentationFormSheet;
[reveal.frontViewController presentViewController:viewController animated:YES completion:nil];