-
Notifications
You must be signed in to change notification settings - Fork 45
TextAlert
j1mmyto9 edited this page Jun 30, 2022
·
1 revision
public struct TextAlert
public var title: String
public var message: String
public var placeholder: String = ""
public var accept: String = "OK"
public var cancel: String? = "Cancel"
public var secondaryActionTitle: String? = nil
public var keyboardType: UIKeyboardType = .default
public var action: (String?) -> Void
public var secondaryAction: (() -> Void)? = nil
Generated at 2023-01-30T07:03:19+0000 using swift-doc 1.0.0-rc.1.