---
title: progressIndicatorStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidropsession/progressindicatorstyle
---

# progressIndicatorStyle

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

## Declaration

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

## Discussion

Discussion This property determines the type of progress indicator displayed when the drop operation takes a significant amount of time. The 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.
