---
title: UIKeyboardType.numberPad
framework: uikit
role: symbol
role_heading: Case
path: uikit/uikeyboardtype/numberpad
---

# UIKeyboardType.numberPad

Specifies a numeric keypad for PIN entry.

## Declaration

```swift
case numberPad
```

## Discussion

Discussion This keyboard type prominently features the numbers 0 through 9. This keyboard type does not support auto-capitalization.

## See Also

### Constants

- [UIKeyboardType.default](uikit/uikeyboardtype/default.md)
- [UIKeyboardType.asciiCapable](uikit/uikeyboardtype/asciicapable.md)
- [UIKeyboardType.numbersAndPunctuation](uikit/uikeyboardtype/numbersandpunctuation.md)
- [UIKeyboardType.URL](uikit/uikeyboardtype/url.md)
- [UIKeyboardType.phonePad](uikit/uikeyboardtype/phonepad.md)
- [UIKeyboardType.namePhonePad](uikit/uikeyboardtype/namephonepad.md)
- [UIKeyboardType.emailAddress](uikit/uikeyboardtype/emailaddress.md)
- [UIKeyboardType.decimalPad](uikit/uikeyboardtype/decimalpad.md)
- [UIKeyboardType.twitter](uikit/uikeyboardtype/twitter.md)
- [UIKeyboardType.webSearch](uikit/uikeyboardtype/websearch.md)
- [UIKeyboardType.asciiCapableNumberPad](uikit/uikeyboardtype/asciicapablenumberpad.md)
- [alphabet](uikit/uikeyboardtype/alphabet.md)
