iOS 图片对不上 imageView 怎么办

        //图片适应尺寸

        self.imageView.contentMode = UIViewContentModeScaleToFill; //填充

        self.imageView.clipsToBounds = NO; // 裁剪边缘

posted @ 2016-06-03 16:57  tongyuling  阅读(151)  评论(0编辑  收藏  举报