PleaseHoldViewConfigPreset
public protocol PleaseHoldViewConfigPreset
Create a set of default views to conveniently set config for EmptyView.
-
The title
UILabelinstance for the present.Declaration
Swift
var titleLabel: UILabel { get } -
The message
UILabelinstance for the present.Declaration
Swift
var messageLabel: UILabel { get } -
The
UIActivityIndicatorViewinstance for the present.Declaration
Swift
var activityIndicator: UIActivityIndicatorView { get }
-
configExtension methodGet a
EmptyViewConfiginstance that uses values fromEmptyViewConfigPreset.Declaration
Swift
var config: PleaseHoldViewConfig { get }
View on GitHub
PleaseHoldViewConfigPreset Protocol Reference