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

# UIDropSessionProgressIndicatorStyle

The drop-progress indicator styles for the drop session, used while data is moving from the source to the destination.

```
enum UIDropSessionProgressIndicatorStyle
```

## Topics

### Progress indicator styles

[`case `default``](/documentation/UIKit/UIDropSessionProgressIndicatorStyle/default)

The indicator style for using the system’s default drop-progress indication.

[`case none`](/documentation/UIKit/UIDropSessionProgressIndicatorStyle/none)

The indicator style for no drop-progress indication.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)