BrowserView
struct BrowserView: View
SwiftUI View for the browser
-
The AppState model
Declaration
Swift
private var appState -
The KodiConnector model
Declaration
Swift
private var kodi -
The Browser model
Declaration
Swift
private var browser -
The loading status of the View
Declaration
Swift
private var status: ViewStatus = .loading -
The body of the
ViewDeclaration
Swift
var body: some View -
The content of the
ViewDeclaration
Swift
var content: some View -
The top part of the
ViewDeclaration
Swift
var top: some View -
The bottom part of the
ViewDeclaration
Swift
var bottom: some View
View on GitHub