<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropProposal/ProgressMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextDropProgressMode"
  },
  "title" : "UITextDropProposal.ProgressMode"
}
-->

# UITextDropProposal.ProgressMode

The text drop progress styles for user-visible progress indication.

```
enum ProgressMode
```

## Topics

### Progress modes

[`case custom`](/documentation/UIKit/UITextDropProposal/ProgressMode/custom)

A text drop progress mode that indicates that you will provide custom progress indicator during the loading of dropped items.

[`case system`](/documentation/UIKit/UITextDropProposal/ProgressMode/system)

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

### Initializers

[`init?(rawValue: UInt)`](/documentation/UIKit/UITextDropProposal/ProgressMode/init(rawValue:))

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)