Alert
public struct Alert : CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public let title: String?
-
Undocumented
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public let tintColor: UIColor?
-
Undocumented
Declaration
Swift
public let accessibilityIdentifier: String?
-
Undocumented
Declaration
Swift
public let textFields: [AlertTextField]
-
Undocumented
Declaration
Swift
public let actions: [AlertAction]
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init( title: String?, message: String? = nil, tintColor: UIColor? = nil, accessibilityIdentifier: String? = nil, textFields: [AlertTextField] = [], actions: [AlertAction] = [] )
-
Undocumented
Declaration
Swift
public init( title: String? , message: String? = nil, tintColor: UIColor? = nil, accessibilityIdentifier: String? = nil, textFields: [AlertTextField] = [], actions: AlertAction... )
-
Undocumented
Declaration
Swift
public init( title: String?, message: String? = nil, tintColor: UIColor? = nil, accessibilityIdentifier: String? = nil, textField: AlertTextField, actions: AlertAction... )