ArtistView

enum ArtistView

SwiftUI View for a single Artist (shared)

Artist Details

  • SwiftUI View for details of an Artist

    See more

    Declaration

    Swift

    struct Details : View

Artist View

  • Define the cell parameters for a collection

    Declaration

    Swift

    static func cell(artist: Audio.Details.Artist, style: ScrollCollectionStyle) -> KodiCell

    Parameters

    movie

    The artist

    style

    The style of the collection

    Return Value

    A KodiCell