摘要: //只需如下设置imageView [picImg setContentScaleFactor:[[UIScreenmainScreen] scale]]; picImg.contentMode = UIViewContentModeScaleAspectFill; picImg.autoresizingMask = UIViewAutoresizingFlexibleWidth;//根据你的需求 picImg.clipsToBounds = YES;//切掉多余部分 阅读全文
posted @ 2014-01-10 15:32 韦韦韦 阅读(1390) 评论(0) 推荐(0)