1. 程式人生 > >iOS開發所有iPhone型號中所有鍵盤型別的高度

iOS開發所有iPhone型號中所有鍵盤型別的高度

4s幾近淘汰,未收錄

高度值其實就只有兩種型別,一個是Default一個是Number

①以下幾種鍵盤型別幾乎一樣,鍵盤高度也是一樣的

UIKeyboardTypeAlphabet
UIKeyboardTypeASCIICapable
UIKeyboardTypeDefault
UIKeyboardTypeEmailAddress
UIKeyboardTypeNamePhonePad
UIKeyboardTypeNumbersAndPunctuation
(數字和標點符號)
UIKeyboardTypeTwitter
UIKeyboardTypeURL
UIKeyboardTypeWebSearch

5.5吋271

4.7吋258

4.0吋253

②以下幾種鍵盤為數字型別的鍵盤,鍵盤高度也是一樣的

UIKeyboardTypeDecimalPad(帶小數點的數字鍵盤)
UIKeyboardTypeNumberPad(純數字鍵盤)
UIKeyboardTypePhonePad(帶*+#,;的數字鍵盤)

5.5吋226

4.7吋216

4.0吋216