LightPleaseHoldViewConfigPreset

public struct LightPleaseHoldViewConfigPreset : PleaseHoldViewConfigPreset

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 activity indicator.

    Declaration

    Swift

    public var activityIndicator: UIActivityIndicatorView { get }