Package apple.uikit.enums
Class UIAccessibilityZoomType
- java.lang.Object
-
- apple.uikit.enums.UIAccessibilityZoomType
-
public final class UIAccessibilityZoomType extends java.lang.ObjectUse to inform system Zoom that focus has changed to a new location. The frame should be in the coordinate space of the view.
-
-
Field Summary
Fields Modifier and Type Field Description static longUIAccessibilityZoomTypeInsertionPointUsed when the text insertion point has moved
-
-
-
Field Detail
-
UIAccessibilityZoomTypeInsertionPoint
public static final long UIAccessibilityZoomTypeInsertionPoint
Used when the text insertion point has moved- See Also:
- Constant Field Values
-
-