StatisticsView

struct StatisticsView : View

SwiftUI View for library statistics (shared)

  • The KodiConnector model

    Declaration

    Swift

    @Environment
    private var kodi: KodiConnector { get }

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Statistics Label

  • Label style for statistics

    See more

    Declaration

    Swift

    private struct StatisticsLabel : LabelStyle

Statistics Host Info

  • SwiftUI View with host info

    See more

    Declaration

    Swift

    struct HostInfo : View