TextType
enum TextType
SwifterSwift: UITextField text type.
- emailAddress: UITextField is used to enter email addresses.
- password: UITextField is used to enter passwords.
- generic: UITextField is used to enter generic text.
-
SwifterSwift: UITextField is used to enter email addresses.
Declaration
Swift
case emailAddress
-
SwifterSwift: UITextField is used to enter passwords.
Declaration
Swift
case password
-
SwifterSwift: UITextField is used to enter generic text.
Declaration
Swift
case generic