progressIndicatorStyle
The drop-progress indicator style associated with the drop session.
Declaration
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 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.