RSDTextAutocorrectionType

public enum RSDTextAutocorrectionType : String, Codable

Codable enum for the auto-capitalization type for an input text field.

  • keywords: [default, no, yes"]
  • Undocumented

    Declaration

    Swift

    case `default`, no, yes
  • no

    Undocumented

    Declaration

    Swift

    case `default`, no, yes
  • yes

    Undocumented

    Declaration

    Swift

    case `default`, no, yes
  • Undocumented

    Declaration

    Swift

    public func textAutocorrectionType() -> UITextAutocorrectionType