Class UITextContentType


public class UITextContentType
extends GlobalValueEnumeration<NSString>
  • Field Details

    • Name

      public static final UITextContentType Name
      Since:
      Available in iOS 10.0 and later.
    • NamePrefix

      public static final UITextContentType NamePrefix
      Since:
      Available in iOS 10.0 and later.
    • GivenName

      public static final UITextContentType GivenName
      Since:
      Available in iOS 10.0 and later.
    • MiddleName

      public static final UITextContentType MiddleName
      Since:
      Available in iOS 10.0 and later.
    • FamilyName

      public static final UITextContentType FamilyName
      Since:
      Available in iOS 10.0 and later.
    • NameSuffix

      public static final UITextContentType NameSuffix
      Since:
      Available in iOS 10.0 and later.
    • Nickname

      public static final UITextContentType Nickname
      Since:
      Available in iOS 10.0 and later.
    • JobTitle

      public static final UITextContentType JobTitle
      Since:
      Available in iOS 10.0 and later.
    • OrganizationName

      public static final UITextContentType OrganizationName
      Since:
      Available in iOS 10.0 and later.
    • Location

      public static final UITextContentType Location
      Since:
      Available in iOS 10.0 and later.
    • FullStreetAddress

      public static final UITextContentType FullStreetAddress
      Since:
      Available in iOS 10.0 and later.
    • StreetAddressLine1

      public static final UITextContentType StreetAddressLine1
      Since:
      Available in iOS 10.0 and later.
    • StreetAddressLine2

      public static final UITextContentType StreetAddressLine2
      Since:
      Available in iOS 10.0 and later.
    • AddressCity

      public static final UITextContentType AddressCity
      Since:
      Available in iOS 10.0 and later.
    • AddressState

      public static final UITextContentType AddressState
      Since:
      Available in iOS 10.0 and later.
    • AddressCityAndState

      public static final UITextContentType AddressCityAndState
      Since:
      Available in iOS 10.0 and later.
    • Sublocality

      public static final UITextContentType Sublocality
      Since:
      Available in iOS 10.0 and later.
    • CountryName

      public static final UITextContentType CountryName
      Since:
      Available in iOS 10.0 and later.
    • PostalCode

      public static final UITextContentType PostalCode
      Since:
      Available in iOS 10.0 and later.
    • TelephoneNumber

      public static final UITextContentType TelephoneNumber
      Since:
      Available in iOS 10.0 and later.
    • EmailAddress

      public static final UITextContentType EmailAddress
      Since:
      Available in iOS 10.0 and later.
    • URL

      public static final UITextContentType URL
      Since:
      Available in iOS 10.0 and later.
    • CreditCardNumber

      public static final UITextContentType CreditCardNumber
      Since:
      Available in iOS 10.0 and later.
    • Username

      public static final UITextContentType Username
      Since:
      Available in iOS 11.0 and later.
    • Password

      public static final UITextContentType Password
      Since:
      Available in iOS 11.0 and later.
    • NewPassword

      public static final UITextContentType NewPassword
      Since:
      Available in iOS 12.0 and later.
    • OneTimeCode

      public static final UITextContentType OneTimeCode
      Since:
      Available in iOS 12.0 and later.
    • ShipmentTrackingNumber

      public static final UITextContentType ShipmentTrackingNumber
      Since:
      Available in iOS 15.0 and later.
    • FlightNumber

      public static final UITextContentType FlightNumber
      Since:
      Available in iOS 15.0 and later.
    • DateTime

      public static final UITextContentType DateTime
      Since:
      Available in iOS 15.0 and later.
  • Method Details