Details
struct Details : View
SwiftUI View with all Episodes of a selected Season
-
The TV show season
Declaration
Swift
let season: Video.Details.Season
-
The body of the
ViewDeclaration
Swift
var body: some View { get }
-
The content of the
ViewDeclaration
Swift
var content: some View { get }
View on GitHub
Details Structure Reference