DarkEmptyViewConfig
public struct DarkEmptyViewConfig : EmptyViewConfigPreset
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 button.
Declaration
Swift
public var button: UIButton { get }
View on GitHub
DarkEmptyViewConfig Structure Reference