---
title: UITextSpellCheckingType.default
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextspellcheckingtype/default
---

# UITextSpellCheckingType.default

Specifies the default spell-checking behavior.

## Declaration

```swift
case `default`
```

## Discussion

Discussion The default behavior is to enable spell-checking whenever autocorrection is also enabled.

## See Also

### Constants

- [UITextSpellCheckingType.no](uikit/uitextspellcheckingtype/no.md)
- [UITextSpellCheckingType.yes](uikit/uitextspellcheckingtype/yes.md)
