UIViewContentMode各类型效果

Posted 「违规用户」

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UIViewContentMode各类型效果相关的知识,希望对你有一定的参考价值。

UIViewContentMode

typedef enum
    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,
UIViewContentMode;

 

 

以上是关于UIViewContentMode各类型效果的主要内容,如果未能解决你的问题,请参考以下文章

iOS UIViewContentMode详解

UIImageView:将多个 UIViewContentMode 属性应用于一个 UIImageView?

UIViewContentMode 与 UIControlContentHorizo​​ntalAlignment

contentMode

无论 UIViewContentMode 选择如何,部分屏幕视频预览都会失真

各类型液晶电视面板解析