Clone of iOS native enum UIViewContentMode

Enumeration Members

BOTTOM
BOTTOM_LEFT
BOTTOM_RIGHT
CENTER

contents remain same size. positioned adjusted.

LEFT
REDRAW

redraw on bounds change (calls -setNeedsDisplay).

RIGHT
SCALE_ASPECT_FILL

Contents scaled to fill with fixed aspect. some portion of content may be clipped.

SCALE_ASPECT_FIT

Contents scaled to fit with fixed aspect. remainder is transparent.

SCALE_TO_FILL
TOP
TOP_LEFT
TOP_RIGHT