Fanart
struct Fanart : View
SwiftUI View for a KodiItem fanart
-
Init the View
Declaration
Swift
public init(item: any KodiItem) -
The body of the View
Declaration
Swift
public var body: some View { get }
View on GitHub
Fanart Structure Reference