Package apple.uikit.enums
Class UIAccessibilityScrollDirection
- java.lang.Object
-
- apple.uikit.enums.UIAccessibilityScrollDirection
-
public final class UIAccessibilityScrollDirection extends java.lang.ObjectIf the user interface requires a scrolling action (e.g. turning the page of a book), a view in the view hierarchy should implement the following method. The return result indicates whether the action succeeded for that direction. If the action failed, the method will be called on a view higher in the hierarchy. If the action succeeds, UIAccessibilityPageScrolledNotification must be posted after the scrolling completes. default == NO
-
-
Field Detail
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Up
public static final long Up
- See Also:
- Constant Field Values
-
Down
public static final long Down
- See Also:
- Constant Field Values
-
Next
public static final long Next
- See Also:
- Constant Field Values
-
Previous
public static final long Previous
- See Also:
- Constant Field Values
-
-