敲代码做网站多少钱,武夷山网站定制,云南网官网,网站建设与网页设计制作iOS在处理图片的时候,会出现拉伸变形的情况,可以根据UIViewContentMode的属性,来控制图片 UIViewContentMode包含以下枚举值 UIViewContentModeScaleToFill :拉伸自适应填满整个视图 UIViewContentModeScaleAspectFit :自适应打下比例显示 UIViewContentModeScaleA…iOS在处理图片的时候,会出现拉伸变形的情况,可以根据UIViewContentMode的属性,来控制图片 UIViewContentMode包含以下枚举值 UIViewContentModeScaleToFill :拉伸自适应填满整个视图 UIViewContentModeScaleAspectFit :自适应打下比例显示 UIViewContentModeScaleAspectFill :原始大小显示 UIViewContentModeRedraw :尺寸改变时重绘 UIViewContentModeCenter :中间 UIViewContentModeTop :顶部 UIViewContentModeBottom :底部 UIViewContentModeLeft :中间贴左 UIViewContentModeRight :中间贴右 UIViewContentModeTopLeft :贴左上 UIViewContentModeTopRight :贴右上 UIViewContentModeBottomLeft :贴左下 UIViewContentModeBottomRight :贴右下转载于:https://www.cnblogs.com/jianglihui/p/5535152.html