ios7 - ios 中,在一种键盘类型中,怎样切换字符页面
天蓬老师
天蓬老师 2017-04-17 13:55:28
0
1
287
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all (1)
伊谢尔伦

Don’t these types satisfy you? Tell us specifically about your needs
typedef enum {
UIKeyboardTypeDefault, //Default keyboard: supports all characters
UIKeyboardTypeASCIICapable, // Default keyboard that supports ASCII
UIKeyboardTypeNumbersAndPunctuation, // Standard phone keyboard, supports symbols such as +*#
UIKeyboardTypeURL, // URL keyboard, with .com button; only supports URL characters
UIKeyboardTypeNumberPad, //Number keyboard
UIKeyboardTypePhonePad, // Phone keyboard
UIKeyboardTypeNamePhonePad, // Phone keyboard, also supports inputting people’s names
UIKeyboardTypeEmailAddress, // Keyboard for entering email addresses
} UIKeyboardType;

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!