---
title: UIKeyboardType.URL
framework: uikit
role: symbol
role_heading: Case
path: uikit/uikeyboardtype/url
---

# UIKeyboardType.URL

Specifies a keyboard for URL entry.

## Declaration

```swift
case URL
```

## Discussion

Discussion This keyboard type prominently features the period (”.”) and slash (”/”) characters and the “.com” string.

## See Also

### Constants

- [UIKeyboardType.default](uikit/uikeyboardtype/default.md)
- [UIKeyboardType.asciiCapable](uikit/uikeyboardtype/asciicapable.md)
- [UIKeyboardType.numbersAndPunctuation](uikit/uikeyboardtype/numbersandpunctuation.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)
- [UIKeyboardType.asciiCapableNumberPad](uikit/uikeyboardtype/asciicapablenumberpad.md)
- [alphabet](uikit/uikeyboardtype/alphabet.md)
