0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UITextContentType の rawValue 一覧。

Posted at

UITextContentType.init(rawValue: ) を使いたかったんですけど、rawValue が若干違っていたので自分用にリスト化しておきます。

UITextContentType rawValue
.addressCity address-level2
.addressCityAndState address-level1+2
.addressState address-level1
.countryName country-name
.creditCardNumber cc-number
.emailAddress email
.familyName family-name
.fullStreetAddress street-address
.givenName given-name
.jobTitle organization-title
.location location
.middleName additional-name
.name name
.namePrefix honorifix-prefix
.nameSuffix honorifix-suffix
.newPassword new-password
.nickname nickname
.oneTimeCode one-time-code
.organizationName organization
.password password
.postalCode postal-code
.streetAddressLine1 address-line1
.streetAddressLine2 address-line2
.sublocality address-level3
.telephoneNumber tel
.URL url
.username username

たぶん二度と使う気はしないですが、ざっと検索した限りだと見つけられなかったのでまとめておきます。

0
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?