-
Undocumented
Declaration
Swift
public typealias View = ProgressFailureIndicatorView
-
Undocumented
Declaration
Swift
public static let `default`: ProgressFailureIndicator
-
Undocumented
Declaration
Swift
public let color: UIColor
-
Undocumented
Declaration
Swift
public let insets: UIEdgeInsets
-
Undocumented
Declaration
Swift
public var logDescription: String? { get }
-
Undocumented
Declaration
Swift
public init( color: UIColor = .lightGray, insets: UIEdgeInsets = UIEdgeInsets( top: 24.0, left: 24.0, bottom: 24.0, right: 24.0 ) )