MovieView

enum MovieView

SwiftUI View for a single Movie (shared)

Movie Details

  • SwiftUI View for details of a Movie

    See more

    Declaration

    Swift

    struct Details : View

Movie View

  • Define the cell parameters for a collection

    Declaration

    Swift

    static func cell(movie: Video.Details.Movie, style: ScrollCollectionStyle) -> KodiCell

    Parameters

    movie

    The movie

    style

    The style of the collection

    Return Value

    A KodiCell