Page

enum Page : String, CaseIterable

The pages for the Help View

Note

They are taken from the Documentation Catalog
  • General help

    Declaration

    Swift

    case kodioHelp = "KodioHelp"
  • Kodi Settings help

    Declaration

    Swift

    case kodiSettings = "KodiSettings"
  • Player Settings help

    Declaration

    Swift

    case playerSettings = "PlayerSettings"
  • Bugs help

    Declaration

    Swift

    case bugs = "Bugs"
  • The title of the help page

    Declaration

    Swift

    var title: String { get }