SwiftUI Views

  • SwiftUI View for the main view

    See more

    Declaration

    Swift

    struct MainView : View
  • SwiftUI View for the sidebar

    See more

    Declaration

    Swift

    struct SidebarView : View
  • SwiftUI View for the start

    See more

    Declaration

    Swift

    struct StartView : View
  • SwiftUI View for the browser

    See more

    Declaration

    Swift

    struct BrowserView : View
  • SwiftUI View for the genres

    See more

    Declaration

    Swift

    struct GenresView : View
  • SwiftUI View for the artists

    See more

    Declaration

    Swift

    struct ArtistsView : View
  • SwiftUI View for the albums

    See more

    Declaration

    Swift

    struct AlbumsView : View
  • SwiftUI View for the songs

    See more

    Declaration

    Swift

    struct SongsView : View
  • SwiftUI View for the header

    See more

    Declaration

    Swift

    struct HeaderView : View
  • SwiftUI View for a single song

    See more

    Declaration

    Swift

    struct SongView : View
  • SwiftUI View for the music videos

    See more

    Declaration

    Swift

    struct MusicVideosView : View
  • SwiftUI View for syncing ratings and playcounts between Kodi and Music

    See more

    Declaration

    Swift

    struct MusicMatchView : View
  • SwiftUI View for a playlist

    See more

    Declaration

    Swift

    struct PlaylistView : View
  • SwiftUI View for the queue

    See more

    Declaration

    Swift

    struct QueueView : View
  • SwiftUI View for the search

    See more

    Declaration

    Swift

    struct SearchView : View
  • SwiftUI View for the about info

    See more

    Declaration

    Swift

    struct AboutView : View
  • SwiftUI View for the details

    See more

    Declaration

    Swift

    struct DetailsView : View
  • SwiftUI View for the help

    See more

    Declaration

    Swift

    struct HelpView : View
  • SwiftUI View for add, edit, delete or select Kodi hosts

    See more

    Declaration

    Swift

    struct HostsView : View
  • SwiftUI View for a Markdown text

    This View is used for Help and is parsing the Documentation Catalog

    Note

    The first heading is ignored; the Views have to show it themself
    See more

    Declaration

    Swift

    struct MarkdownView : View
  • SwiftUI View for the Menubar Extra

    See more

    Declaration

    Swift

    struct MenuBarExtraView : View
  • SwiftUI View for the settings

    See more

    Declaration

    Swift

    struct SettingsView : View
  • SwiftUI ViewModifier for the toolbar

    See more

    Declaration

    Swift

    struct ToolbarView : ViewModifier
  • SwiftUI View parts

    See more

    Declaration

    Swift

    enum PartsView