• UIImageView 的contentMode属性


    UIViewContentModeScaleToFill 

    UIViewContentModeScaleAspectFit 

    UIViewContentModeScaleAspectFill 

    UIViewContentModeRedraw 

    UIViewContentModeCenter 

    UIViewContentModeTop 

    UIViewContentModeBottom 

    UIViewContentModeLeft 

    UIViewContentModeRight 

    UIViewContentModeTopLeft 

    UIViewContentModeTopRight 

    UIViewContentModeBottomLeft 

    UIViewContentModeBottomRight 

    注意以上几个常量,凡是没有带Scale的,当图片尺寸超过 
    ImageView尺寸时,只有部分显示在ImageView中。UIViewContentModeScaleToFill属性会导致图片变形。UIViewContentModeScaleAspectFit会保证图片比例不变,而且全部显示在ImageView中,这意味着ImageView会有部分空白。UIViewContentModeScaleAspectFill也会证图片比例不变,但是是填充整个ImageView的,可能只有部分图片显示出来。

  • 相关阅读:
    1320. Graph Decomposition 夜
    1156. Two Rounds 夜
    1176. Hyperchannels 夜
    1227. Rally Championship 夜
    1450. Russian Pipelines 夜
    1137. Bus Routes 夜
    找回c盘空间
    IDOC
    .落叶无痕水无声
    真正写的第一篇博客吧
  • 原文地址:https://www.cnblogs.com/muyushifang07/p/4806209.html
Copyright © 2020-2023  润新知