---
title: UITextSmartQuotesType.default
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextsmartquotestype/default
---

# UITextSmartQuotesType.default

Use the default smart quote behavior.

## Declaration

```swift
case `default`
```

## Discussion

Discussion This option selectively enables the smart quote behavior based on the keyboard type. For example, smart quotes are disabled for email address and password keyboards.

## See Also

### Constants

- [UITextSmartQuotesType.no](uikit/uitextsmartquotestype/no.md)
- [UITextSmartQuotesType.yes](uikit/uitextsmartquotestype/yes.md)
