![](https://img.haomeiwen.com/i1701168/734e060ae5f222ec.gif)
![](https://img.haomeiwen.com/i1701168/8c35bb3140c09c42.gif)
UIViewContentModeScaleToFill,
UIViewContentModeScaleAspectFit,
// contents scaled to fit with fixed aspect. remainder is transparent
UIViewContentModeScaleAspectFill,
// contents scaled to fill with fixed aspect. some portion of content may be clipped.
UIViewContentModeRedraw,
// redraw on bounds change (calls -setNeedsDisplay)
UIViewContentModeCenter,
// contents remain same size. positioned adjusted.
UIViewContentModeTop,
UIViewContentModeBottom,
UIViewContentModeLeft,
UIViewContentModeRight,
UIViewContentModeTopLeft,
UIViewContentModeTopRight,
UIViewContentModeBottomLeft,
UIViewContentModeBottomRight,
网友评论