-
Undocumented
Declaration
Swift
public typealias View = ProgressSpinnerIndicatorView
-
Undocumented
Declaration
Swift
public static let `default`: ProgressSpinnerIndicator
-
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: 20.0, left: 20.0, bottom: 20.0, right: 20.0 ) )