赞
踩
覆盖预览的方向。
func previewInterfaceOrientation(_ value: InterfaceOrientation) -> some View
返回值
使用给定方向的预览。
参数
value
用于预览的方向。
默认情况下,设备预览显示为正面朝上,使用方向portrait。您可以使用结构中的值之一更改预览的方向:InterfaceOrientation
struct CircleImage_Previews: PreviewProvider {
static var previews: some View {
CircleImage()
.previewInterfaceOrientation(.landscapeRight)
}
}
QQ:3365059189
SwiftUI技术交流QQ群:518696470
教程网站:www.openswiftui.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。