TVShowView

enum TVShowView

SwiftUI View for a single TV show (shared)

TV show Details

  • SwiftUI View for details of a TV show

    See more

    Declaration

    Swift

    struct Details : View

TV show View

  • Define the cell parameters for a collection

    Declaration

    Swift

    static func cell(tvshow: Video.Details.TVShow, style: ScrollCollectionStyle) -> KodiCell

    Parameters

    movie

    The tvshow

    style

    The style of the collection

    Return Value

    A KodiCell