ProgressPercentageIndicator
public struct ProgressPercentageIndicator : ProgressIndicator
Undocumented
-
Undocumented
Declaration
Swift
public typealias View = ProgressPercentageIndicatorView
-
Undocumented
Declaration
Swift
public static func `default`(ratio: CGFloat) -> ProgressPercentageIndicator
-
Undocumented
Declaration
Swift
public let ratio: CGFloat
-
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( ratio: CGFloat, color: UIColor = .lightGray, insets: UIEdgeInsets = UIEdgeInsets( top: 20.0, left: 20.0, bottom: 20.0, right: 20.0 ) )