#28 Swift — 各式 keyboardType 圖示

Swift 的 UITextField 之 UIKeyboardType 圖示。

以下展現每個鍵盤種類在模擬器上的畫面截圖,共12種:

1 — default

2 — asciiCapable

3 — numbersAndPunctuation

4 — URL

5 — numberPad

6 — phonePad

7 — namePhonePad

8 — emailAddress

9 — decimalPad (iOS 4.1以上)

10 — twitter (iOS 5.0以上)

11 — webSearch (iOS 7.0以上)

12 — asciiCapableNumberPad (iOS 10.0以上,在iPad上使用)

--

--