如何让图片尺寸按照比例自适应屏幕大小

来源:互联网 发布:apache ant 1.9.4安装 编辑:程序博客网 时间:2024/04/29 18:07

     imgV.contentMode =UIViewContentModeScaleAspectFit;

            imgV.autoresizesSubviews = YES;

            imgV.autoresizingMask =

            UIViewAutoresizingFlexibleLeftMargin |UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleHeight |UIViewAutoresizingFlexibleWidth;

0 0
原创粉丝点击