self.imageV.contentMode=UIViewContentModeScaleToFill;
@"UIViewContentModeScaleToFill", // 拉伸自适应填满整个视图
@"UIViewContentModeScaleAspectFit", // 自适应比例大小显示
@"UIViewContentModeScaleAspectFill", // 原始大小显示
@"UIViewContentModeRedraw", // 尺寸改变时重绘 @"UIViewContentModeCenter",
// 中间 @"UIViewContentModeTop", // 顶部 @"UIViewContentModeBottom", //
底部 @"UIViewContentModeLeft", // 中间贴左 @"UIViewContentModeRight", //
中间贴右 @"UIViewContentModeTopLeft", // 贴左上
@"UIViewContentModeTopRight", // 贴右上
@"UIViewContentModeBottomLeft", // 贴左下
@"UIViewContentModeBottomRight", //
贴右下