LightEmptyViewConfig

public struct LightEmptyViewConfig : EmptyViewConfigPreset

Convenient set of UIViews that are light in color. Great for dark colored backgrounds.

  • Light colored title label.

    Declaration

    Swift

    public var titleLabel: UILabel { get }
  • Light colored message label.

    Declaration

    Swift

    public var messageLabel: UILabel { get }
  • Light colored button.

    Declaration

    Swift

    public var button: UIButton { get }