1

這裏是呈現視圖控制器爲形式sheet.Its不工作爲什麼UIModalPresentationPageSheet不工作...它總是全屏

的代碼片段它總是作爲全屏幕

UIStoryboard *sb = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; 
    UIViewController *vc = [sb instantiateViewControllerWithIdentifier:@"ViewController2"]; 
    vc.modalPresentationStyle = UIModalPresentationFormSheet; 

    [self presentViewController:vc animated:YES completion:NULL]; 

我甚至嘗試。 ..首選的內容大小不起作用...

+0

哪個事件你這樣做?它是在按鈕上點擊還是從Web API調用返回? –

回答

2

我認爲你正在嘗試在iPhone。

在iPad上試試這個。

在iPhone中它始終全屏。

在iPad上它的外觀爲港前賽績,按您的期望

如果你想這在iPhone上運行,你必須嘗試第三方庫或自己做

相關問題