Enumeration: UIImageResizingMode
Overview
Specifies the possible resizing modes for an image.
Constant Summary
- UIImageResizingModeTile
The image is tiled when it is resized. in other words, the interior region of the original image will be repeated to fill in the interior region of the newly resized image.available in ios 6.0 and later.declared in uiimage.h.
- UIImageResizingModeStretch
The image is stretched when it is resized. in other words, the interior region of the original image will be scaled to fill in the interior region of the newly resized imaged.available in ios 6.0 and later.declared in uiimage.h.