Package apple.uikit.enums
Class UITextDropPerformer
- java.lang.Object
-
- apple.uikit.enums.UITextDropPerformer
-
public final class UITextDropPerformer extends java.lang.Object
-
-
Field Detail
-
View
public static final long View
The text droppable view will handle the drop. This is the default behavior. Note: `-textDroppableView:willPerformDrop:` will be called, if it is implemented, but it is not required.- See Also:
- Constant Field Values
-
Delegate
public static final long Delegate
The delegate will be responsible for performing the drop, and the default data loading provided by the text droppable view will not be invoked. The delegate must implement `-textDroppableView:willPerformDrop:`, with custom code to start loading data. If it does not, then the text droppable view will handle the drop, as if `UITextDropPerformerView` was specified.- See Also:
- Constant Field Values
-
-