Details

struct Details : View

SwiftUI View with all Episodes of a selected Season

  • The TV show season

    Declaration

    Swift

    let season: Video.Details.Season

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Content of the View

  • The content of the View

    Declaration

    Swift

    var content: some View { get }

Episode List Item

  • SwiftUI View for a Episode list item

    See more

    Declaration

    Swift

    struct ListItem : View