-
Undocumented
Declaration
Swift
public typealias View = ProgressImageIndicatorView
-
Undocumented
Declaration
Swift
public static func `default`(image: UIImage) -> ProgressImageIndicator
-
Undocumented
Declaration
Swift
public let image: UIImage
-
Undocumented
Declaration
Swift
public let insets: UIEdgeInsets
-
Undocumented
Declaration
Swift
public var logDescription: String? { get }
-
Undocumented
Declaration
Swift
public init( image: UIImage, insets: UIEdgeInsets = UIEdgeInsets( top: 20.0, left: 20.0, bottom: 20.0, right: 20.0 ) )