Package apple.uikit.enums
Class UITextDropProgressMode
- java.lang.Object
-
- apple.uikit.enums.UITextDropProgressMode
-
public final class UITextDropProgressMode extends java.lang.Object
-
-
Field Detail
-
System
public static final long System
Uses the default system UI for progress. This blocks input to the application while the drop is happening.- See Also:
- Constant Field Values
-
Custom
public static final long Custom
No progress UI is shown. You're on your own.- See Also:
- Constant Field Values
-
-