BackgroundOptions

@objc
public enum BackgroundOptions : Int

Enumerated background option possible values

  • a circular gradient from the center to the outside of the screen

    Declaration

    Swift

    case radial
  • a linear gradient from the top to the bottom of the screen

    Declaration

    Swift

    case linear