IOS learning keyboard type: UIKeyboardType and iosuikeyboardtype

Source: Internet
Author: User

IOS learning keyboard type: UIKeyboardType and iosuikeyboardtype

The UITextField Keyboard can be customized, which is used in a code.

There is a keyboardType attribute in UITextField. Its type is an enumerated value. below is the enumerated value and the corresponding keyboard style.

UIKeyboardTypeDefault // Default type for the current input method.

UIKeyboardTypeASCIICapable // Displays a keyboard which can enter ASCII characters, non-ASCII keyboards remain active UIKeyboardTypeNumbersAndPunctuation // Numbers and assorted punctuation.

UIKeyboardTypeURL // A type optimized for URL entry (shows./. com prominently ).

UIKeyboardTypeNumberPad // A number pad (0-9). Suitable for PIN entry.

UIKeyboardTypePhonePad // A phone pad (1-9, *, 0, #, with letters under the numbers ).

UIKeyboardTypeNamePhonePad // A type optimized for entering a person's name or phone number.

UIKeyboardTypeEmailAddress // A type optimized for multiple email address entry (shows space @. prominently ).

UIKeyboardTypeDecimalPad // A number pad with a decimal point.

UIKeyboardTypeTwitter // A type optimized for twitter text entry (easy access @#)

UIKeyboardTypeWebSearch // A default keyboard type with URL-oriented addition (shows space. prominently ).

UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable, // Deprecated

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.