Uikeyboardtype for iOS development

Source: Internet
Author: User

UIKeyboardType is an enumeration.

Typedef enum {

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 ).

# If _ IPHONE_4_1 <= _ IPHONE_ OS _VERSION_MAX_ALLOWED

UIKeyboardTypeDecimalPad, // A number pad with a decimal point.

# Endif

# If _ IPHONE_5_0 <= _ IPHONE_ OS _VERSION_MAX_ALLOWED

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

# Endif

UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable,
// Deprecated

} UIKeyboardType;

Below are various types of styles

UIKeyboardTypeAlphabet (Alphabet letter), UIKeyboardTypeASCIICapable, UIKeyboardTypeDefault)

UIKeyboardTypeDecimalPad: (Decimal)

UIKeyboardTypeEmailAddress:

UIKeyboardTypeNamePhonePad: (the first image is displayed by default. If you click "123", the second keyboard is displayed)

UIKeyboardTypeNumberPad :( display)

UIKeyboardTypeNumbersAndPunctuation :( the first image is displayed by default, and the second image is displayed by switching)

UIKeyboardTypePhonePad: (the first image is displayed by default, and the second image is displayed by switching)

UIKeyboardTypeTwitter: (the first image is displayed by default, and the second image is displayed by switching)

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.