PodcastStyle
public struct PodcastStyle
Undocumented
-
Undocumented
Declaration
Swift
public var podcastPicks: PodcastPicks
-
Undocumented
Declaration
Swift
public var showList: Bool
-
Undocumented
Declaration
Swift
public var showEpisodeCount: Bool
-
Undocumented
Declaration
Swift
public init( podcastPicks: PodcastPicks = .fixed(.init()), showList: Bool = false, showEpisodeCount: Bool = true )