---
title: UITextDropProposal.ProgressMode.system
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextdropproposal/progressmode/system
---

# UITextDropProposal.ProgressMode.system

A text drop progress mode indicating that the system will show the progress indicator.

## Declaration

```swift
case system
```

## Discussion

Discussion Use this progress mode to have the system show a modal progress indicator while the dropped items are being loaded.

## See Also

### Progress modes

- [UITextDropProposal.ProgressMode.custom](uikit/uitextdropproposal/progressmode/custom.md)
