NACCWatchComplicationEntryView

@MainActor
struct NACCWatchComplicationEntryView : View

The View, Displaying the Complication

  • This is the display family variant for this complication.

    Declaration

    Swift

    @Environment
    @MainActor
    private var _family: WidgetFamily { get }
  • The timeline entry to be displayed by this view.

    Declaration

    Swift

    @State
    @MainActor
    var entry: NACCWatchComplicationProvider.Entry { get nonmutating set }
  • We deliver different views, depending on the family.

    Declaration

    Swift

    @MainActor
    var body: some View { get }