Poster

struct Poster : View

SwiftUI View for a KodiItem poster

  • Init the View

    Declaration

    Swift

    public init(item: any KodiItem)
  • The body of the View

    Declaration

    Swift

    public var body: some View { get }