Contents

Preview

A base type that preview macros use to create previews.

Declaration

@MainActor struct Preview

Overview

Frameworks like SwiftUI and WidgetKit define initializers for this type, along with framework-specific preview macros that rely on this type. You don’t use this type directly. Instead, use one of the preview macros, like Preview(_:body:).

Topics

Creating a SwiftUI preview

Creating a preview of a widget

Creating an AppKit preview

Getting preview traits

Initializers

See Also

Preview definition