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
View
Declaration
Swift
var body: some View { get }
-
Label style for statistics
See moreDeclaration
Swift
private struct StatisticsLabel : LabelStyle