-
Undocumented
Declaration
Swift
public typealias View = ProgressMessageFooterView
-
Undocumented
Declaration
Swift
public static func `default`(text: String) -> ProgressMessageFooter
-
Undocumented
Declaration
Swift
public let text: String
-
Undocumented
Declaration
Swift
public let font: UIFont
-
Undocumented
Declaration
Swift
public let color: UIColor
-
Undocumented
Declaration
Swift
public let alignment: NSTextAlignment
-
Undocumented
Declaration
Swift
public let insets: UIEdgeInsets
-
Undocumented
Declaration
Swift
public var logDescription: String? { get }
-
Undocumented
Declaration
Swift
public init( text: String, font: UIFont = .boldSystemFont(ofSize: 16.0), color: UIColor, alignment: NSTextAlignment = .center, insets: UIEdgeInsets = UIEdgeInsets( top: .zero, left: 20.0, bottom: 12.0, right: 20.0 ) )
-
Undocumented
Declaration
Swift
public init( text: String = "", font: UIFont = .boldSystemFont(ofSize: 16.0), alignment: NSTextAlignment = .center, insets: UIEdgeInsets = UIEdgeInsets( top: .zero, left: 20.0, bottom: 12.0, right: 20.0 ) )