Package apple.uikit.enums
Class UIImageResizingMode
- java.lang.Object
-
- apple.uikit.enums.UIImageResizingMode
-
public final class UIImageResizingMode extends java.lang.ObjectUIImage will implement the resizing mode the fastest way possible while retaining the desired visual appearance. Note that if an image's resizable area is one point then UIImageResizingModeTile is visually indistinguishable from UIImageResizingModeStretch.
-
-
Field Detail
-
Tile
public static final long Tile
- See Also:
- Constant Field Values
-
Stretch
public static final long Stretch
- See Also:
- Constant Field Values
-
-