PreviewProvider

public protocol PreviewProvider

A type that produces view previews in Xcode for SwiftUI. Currently has no effect with the SwiftWeb framework.

  • Undocumented

    Declaration

    Swift

    associatedtype Previews : View
  • Undocumented

    Declaration

    Swift

    static var previews: Self.Previews { get }