DarkPleaseHoldViewConfigPreset

public struct DarkPleaseHoldViewConfigPreset : PleaseHoldViewConfigPreset

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

  • Dark colored title label.

    Declaration

    Swift

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

    Declaration

    Swift

    public var messageLabel: UILabel { get }
  • Dark colored activity indicator.

    Declaration

    Swift

    public var activityIndicator: UIActivityIndicatorView { get }