Modifiers

enum Modifiers

Collection of SwiftUI View Modifiers (shared)

Watch Status Modifier

  • A ViewModifier to show a star for unwatched items

    Note

    Movie sets are shown here as well with its own SF symbol
    See more

    Declaration

    Swift

    struct WatchStatus : ViewModifier

KodiItem details font modifier

  • A ViewModifier to set de font style for details of a KodiItem

    See more

    Declaration

    Swift

    struct DetailsFontStyle : ViewModifier

Set Background modifier

  • A ViewModifier to set the fanart background

    See more

    Declaration

    Swift

    struct SetBackground : ViewModifier

Fanart Style modifier

  • A ViewModifier to style the fanart of a KodiItem

    See more

    Declaration

    Swift

    struct FanartStyle : ViewModifier

Cell button modifier

  • A ViewModifier to style the button of a KodiItem

    See more

    Declaration

    Swift

    struct CellButton : ViewModifier

Full Screen modifier

  • A ViewModifier to set the safe area in full screen (macOS)

    See more

    Declaration

    Swift

    struct FullScreenSafeArea : ViewModifier