RSDTextAutocapitalizationType
public enum RSDTextAutocapitalizationType : String, Codable
Codable
enum for the auto-capitalization type for an input text field.
- keywords: [
none
,words
,sentences
,allCharacters
]
-
Undocumented
Declaration
Swift
case none, words, sentences, allCharacters
-
Undocumented
Declaration
Swift
case none, words, sentences, allCharacters
-
Undocumented
Declaration
Swift
case none, words, sentences, allCharacters
-
Undocumented
Declaration
Swift
public func textAutocapitalizationType() -> UITextAutocapitalizationType