UIKit框架支持8種風(fēng)格鍵盤(pán)。 復(fù)制代碼代碼如下: typedef enum { UIKeyboardTypeDefault, // 默認(rèn)鍵盤(pán):支持所有字符 UIKeyboardTypeASCIICapable, // 支持ASCII的默認(rèn)鍵盤(pán) UIKeyboardTypeNumbersAndPunctuation, // 標(biāo)準(zhǔn)電話鍵盤(pán),支持+*#等符號(hào) UIKeyboardTypeURL, // URL鍵盤(pán),有.com按鈕;只支持URL字符 ...
www.dbjr.com.cn/article/865...htm 2025-6-4