Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.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 在iPad上设置一个完整的页面_Ios_Swiftui_Ipados - Fatal编程技术网

Ios 在iPad上设置一个完整的页面

Ios 在iPad上设置一个完整的页面,ios,swiftui,ipados,Ios,Swiftui,Ipados,有没有办法设置(或强制)一个.popover,使其成为iPhone上的一个整版popover视图,而不是iPad上带有箭头的小窗口?SwiftUI 2.0有.fullScreenCover。它适合你的需要吗?或者使用.sheet。是的。sheet适合我的用途,谢谢。SwiftUI 2.0具有.fullScreenCover。它适合你的需要吗?或者使用.sheet。是的。sheet适合我的用途,谢谢。

有没有办法设置(或强制)一个
.popover
,使其成为iPhone上的一个整版popover视图,而不是iPad上带有箭头的小窗口?

SwiftUI 2.0有
.fullScreenCover
。它适合你的需要吗?或者使用
.sheet
。是的。sheet适合我的用途,谢谢。SwiftUI 2.0具有
.fullScreenCover
。它适合你的需要吗?或者使用
.sheet
。是的。sheet适合我的用途,谢谢。