UIImageView 的 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;

UIViewContentModeScaleToFill


UIViewContentModeScaleToFill 充满frame会变形

UIViewContentModeScaleAspectFit 长边为主 短边留缝隙


UIViewContentModeScaleAspectFit 长边为主 短边留缝隙

UIViewContentModeScaleAspectFill 短边为主 长边截取


UIViewContentModeScaleAspectFill 短边为主 长边截取

UIViewContentModeCenter 标尺图片原始尺寸 frame太小会超出


UIViewContentModeCenter 标尺图片原始尺寸 frame太小会超出

UIViewContentModeTop 标尺图片原始尺寸 frame太小会超出


UIViewContentModeTop 标尺图片原始尺寸 frame太小会超出
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • *7月8日上午 N:Block :跟一个函数块差不多,会对里面所有的内容的引用计数+1,想要解决就用__block...
    炙冰阅读 2,547评论 1 14
  • UIImageView 的contentMode这个属性是用来设置图片的显示方式,如居中、居右,是否缩放等,有以下...
    hypercode阅读 359评论 0 1
  • 第一天的凌晨,我们也不知道能不能够在这里见到极光。 那天极累。清晨早早起来去拍一个热门风景点的日出,日照金山的时刻...
    鱼骨练习本阅读 309评论 1 1
  • 2012年,我高一,第一次见辉是班级报道,就觉得这个男生大大的眼睛,健康的肤色,帅气的长相,能与我同桌将是极好的,...
    也许宅阅读 344评论 0 0
  • 好久没有回去看我的爸爸妈妈啦。趁着五一放三天假,赶紧带上儿子回去合浦! 正好赶上乐乐不舒服,咳嗽没精神。我呢,也是...
    自由天使芳阅读 307评论 0 0