typedef NS_ENUM(NSInteger, UIViewContentMode) {
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,
};

UIViewContentModeScaleAspectFit:会保证图片比例不变,等比缩放,使得图片能够完全显示在UIImageView,会导致UIImageView有空白

UIViewContentModeScaleAspectFill:会保证图片比例不变,等比缩放,使得UIImageView被图片填充,会导致图片显示不完全。

官方给了一组图片如下:

最新文章

  1. 从零自学Hadoop(19):HBase介绍及安装
  2. POJ1390Blocks(DP+好题+抽空再来理解理解)
  3. Django框架学习
  4. 初识Java
  5. WebForms 开发基础
  6. 在laravel下關於blade模板的嘗試
  7. 《BI那点儿事》运用标准计分和离差——分析三国超一流统帅综合实力排名 绝对客观,数据说话
  8. Unity3.0基于约定的自动注册机制
  9. unite
  10. WPF组件开发
  11. led驱动程序设计
  12. 联系我们_鲲鹏Web数据抓取 - 专业Web数据采集服务提供者
  13. G1垃圾收集器和CMS垃圾收集器 (http://mm.fancymore.com/reading/G1-CMS%E5%9E%83%E5%9C%BE%E7%AE%97%E6%B3%95.html#toc_8)
  14. 【一天一道LeetCode】#136. Single Number
  15. Frp基础配置模版
  16. IdentityServer4【QuickStart】之使用asp.net core Identity
  17. LeetCode 155 - 最小栈 - [数组模拟栈]
  18. 【MyBatis】MyBatis之别名typeAliases标签的使用
  19. 【Algorithm】快速排序
  20. PHP 笔记——操作MySQL数据库

热门文章

  1. mvn eclipse:eclipse
  2. package com.nps.base.xue.xd.groovyEngine import com.google.gson.Gson import com.google.gson.reflect.TypeToken import com.nps.common.service.NpsApplicationContextHolder import com.nps.data_api.service
  3. Flink 配置文件详解
  4. js小项目:显示与输入的内容相关的
  5. pymysql连接mysql报错
  6. 51-Ubuntu-打包压缩-1-打包压缩简介
  7. sanic中间件和监听器
  8. find out the installed and runing tomcat version in Linux
  9. bzoj3143 游走 期望dp+高斯消元
  10. 深度探索C++对象模型读书笔记-第六章执行期语意学