<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDropSession/progressIndicatorStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIDropSession(py)progressIndicatorStyle"
  },
  "title" : "progressIndicatorStyle"
}
-->

# progressIndicatorStyle

The drop-progress indicator style associated with the drop session.

```
var progressIndicatorStyle: UIDropSessionProgressIndicatorStyle { get set }
```

## Discussion

This property determines the type of progress indicator displayed when the drop operation takes a significant amount of time. The [`UIDropSessionProgressIndicatorStyle.default`](/documentation/UIKit/UIDropSessionProgressIndicatorStyle/default) style indicates that a progress indicator is shown by the system. If you prefer to show your own progress indicator, set this property to [`UIDropSessionProgressIndicatorStyle.none`](/documentation/UIKit/UIDropSessionProgressIndicatorStyle/none).

---

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)