---
title: UIKeyboardType.asciiCapableNumberPad
framework: uikit
role: symbol
role_heading: Case
path: uikit/uikeyboardtype/asciicapablenumberpad
---

# UIKeyboardType.asciiCapableNumberPad

Specifies a number pad that outputs only ASCII digits.

## Declaration

```swift
case asciiCapableNumberPad
```

## 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.numberPad](uikit/uikeyboardtype/numberpad.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)
- [alphabet](uikit/uikeyboardtype/alphabet.md)
