AIAlert
public class AIAlert
Undocumented
-
Undocumented
See moreDeclaration
Swift
public struct AlertTextField
-
Undocumented
See moreDeclaration
Swift
public struct AlertButton
-
Undocumented
Declaration
Swift
public final class func displayNativeMessage(message: String? = nil, withTitle title: String? = nil, style: UIAlertController.Style = .alert, buttons: [AlertButton], textFields: [AlertTextField]? = nil)
-
Undocumented
Declaration
Swift
public final class func displayNativeMessage(message: String? = nil, withTitle title: String? = nil, style: UIAlertController.Style = .alert, buttons: AlertButton..., textFields: AlertTextField?...)