Skip to content

Latest commit

History

History
32 lines (22 loc) 路 486 Bytes

File metadata and controls

32 lines (22 loc) 路 486 Bytes

STRUCT

Preview

public struct Preview<Content: View>: View

Preview content on iPhone 12 pro in light mode, iPhone 12 mini in dark mode

Properties

body

public var body: some View

Methods

init(_:)

public init(@ViewBuilder _ content: () -> Content)

Create a preview for iPhone 12 pro and iPhone 12 mini

  • Parameter content: Content

Parameters

Name Description
content Content