XCode预览常用方法

修改预览时手机拿的方向

  • landscapeLeft - 左横向
  • landscapeRight - 右横向
  • portrait - 纵向
  • portraitUpsideDown - 纵向颠倒
.previewInterfaceOrientation(.landscapeLeft)

设置预览时手机明暗模式

  • light
  • dark
.preferredColorScheme(.light)

设置预览不展示手机

  • sizeThatFits - 只显示内容
  • fixed - 设置内容大小
  • device - 包含手机
.previewLayout(.sizeThatFits)

设置预览显示名称

.previewDisplayName("Circle")

设置预览设备

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

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

上一篇:Xcode下Qt程序的源码调试


下一篇:pip python mysqlclient 报各种错