PleaseHoldView
public class PleaseHoldView : UIView
Quick and easy progress UIView to place in your app.
-
Access to
PleaseHoldViewConfigto set defaults on all instances ofPleaseHoldView.Declaration
Swift
public static let defaultConfig: PleaseHoldViewConfig -
Override
defaultConfigfor this once instance.Declaration
Swift
public var config: PleaseHoldViewConfig { get set } -
Read-only reference to the title
UILabel.Declaration
Swift
public private(set) var titleLabel: UILabel? -
Read-only reference to the message
UILabelDeclaration
Swift
public private(set) var messageLabel: UILabel? -
Read-only reference to the
UIActivityIndicatorView.Declaration
Swift
public private(set) var activityIndicator: UIActivityIndicatorView! -
Internal use only.
Declaration
Swift
public let rootView: UIStackView -
Read or change the text of
titleLabelDeclaration
Swift
public var title: String? { get set } -
Read or change the text of
messageLabelDeclaration
Swift
public var message: String? { get set } -
Initialize new instance of
PleaseHoldView.Declaration
Swift
public convenience init()
View on GitHub
PleaseHoldView Class Reference