IT虾米网

iOS图片自适应屏幕 截取

developer 2018年06月24日 手机开发 967 0
/////// 自适应屏幕 
_imageViewPics.contentMode = UIViewContentModeScaleAspectFit; 
        _imageViewPics.autoresizesSubviews = YES; 
        _imageViewPics.autoresizingMask = 
        UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth; 
          
          
  
///图片 截取 
            _imageViewPic.clipsToBounds = YES; 
            _imageViewPic.contentMode = UIViewContentModeCenter;

评论关闭
IT虾米网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!