Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/102.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UIModalPresentationFormSheet覆盖全屏?_Ios_Ipad_Fullscreen_Cover - Fatal编程技术网

Ios UIModalPresentationFormSheet覆盖全屏?

Ios UIModalPresentationFormSheet覆盖全屏?,ios,ipad,fullscreen,cover,Ios,Ipad,Fullscreen,Cover,我没有得到解决方案: miRevealController *reveal = [[self navigationController] revealController]; [reveal showViewController:[reveal frontViewController]]; reveal.frontViewController.modalPresentationStyle = UIModalPresentationFormSheet; [reveal.f

我没有得到解决方案:

 miRevealController *reveal = [[self navigationController] revealController];
    [reveal showViewController:[reveal frontViewController]];
    reveal.frontViewController.modalPresentationStyle = UIModalPresentationFormSheet;
    [reveal.frontViewController presentViewController:viewController animated:YES completion:nil];

这里的问题是什么?