其他分享
首页 > 其他分享> > XCode预览常用方法

XCode预览常用方法

作者:互联网

修改预览时手机拿的方向

.previewInterfaceOrientation(.landscapeLeft)

设置预览时手机明暗模式

.preferredColorScheme(.light)

设置预览不展示手机

.previewLayout(.sizeThatFits)

设置预览显示名称

.previewDisplayName("Circle")

设置预览设备

.previewDevice(PreviewDevice(rawValue: "iPad Pro (11-inch)"))

私人博客:https://blog.hongdenglv.com/

标签:常用,预览,XCode,纵向,landscapeLeft,设置,sizeThatFits,手机
来源: https://blog.csdn.net/qq_32912499/article/details/120631363