StatisticsView
struct StatisticsView : View
SwiftUI View for library statistics (shared)
-
The KodiConnector model
Declaration
Swift
@Environment private var kodi: KodiConnector { get }
-
The body of the
ViewDeclaration
Swift
var body: some View { get }
-
Label style for statistics
See moreDeclaration
Swift
private struct StatisticsLabel : LabelStyle
View on GitHub
StatisticsView Structure Reference