AlertButton
public struct AlertButton
Undocumented
-
Undocumented
Declaration
Swift
public let title: String
-
Undocumented
Declaration
Swift
public let style: UIAlertAction.Style
-
Undocumented
Declaration
Swift
public let callback: ((_ textfields: [UITextField]?) -> Void)?
-
Undocumented
Declaration
Swift
public init(title: String, style: UIAlertAction.Style? = nil, callback: ((_ textfields: [UITextField]?) -> Void)? = nil)
-
Undocumented
Declaration
Swift
static let okay: AIAlert.AlertButton
-
Undocumented
Declaration
Swift
static let cancel: AIAlert.AlertButton
-
Undocumented
Declaration
Swift
static let discard: AIAlert.AlertButton
-
Undocumented
Declaration
Swift
static func yes(callback: ((_ textfields: [UITextField]?) -> Void)? = nil) -> AIAlert.AlertButton
-
Undocumented
Declaration
Swift
static func no(callback: ((_ textfields: [UITextField]?) -> Void)? = nil) -> AIAlert.AlertButton