---
title: UITextSmartInsertDeleteType.default
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextsmartinsertdeletetype/default
---

# UITextSmartInsertDeleteType.default

Use the default behavior for inserting and deleting space characters.

## Declaration

```swift
case `default`
```

## Discussion

Discussion This option selectively enables the automatic deletion of one or two neighboring spaces after a cut or delete, and the insertion of an extra space after a paste. For example, this option disables the behavior for email address and password keyboards.

## See Also

### Constants

- [UITextSmartInsertDeleteType.no](uikit/uitextsmartinsertdeletetype/no.md)
- [UITextSmartInsertDeleteType.yes](uikit/uitextsmartinsertdeletetype/yes.md)
