---
title: UITextSmartQuotesType
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uitextsmartquotestype
---

# UITextSmartQuotesType

Constants that indicate whether to enable or disable smart quotes.

## Declaration

```swift
enum UITextSmartQuotesType
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](uikit/uitextsmartquotestype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring the autoformatting behaviors

- [smartQuotesType](uikit/uitextinputtraits/smartquotestype.md)
- [smartDashesType](uikit/uitextinputtraits/smartdashestype.md)
- [UITextSmartDashesType](uikit/uitextsmartdashestype.md)
- [smartInsertDeleteType](uikit/uitextinputtraits/smartinsertdeletetype.md)
- [UITextSmartInsertDeleteType](uikit/uitextsmartinsertdeletetype.md)
