我想将图片显示到imageView中,就像图像接触(在一个圆圈中)但是当我尝试显示这个时,imageView重新调整了他的大小并且这在一个圆圈中没有正确显示。image.layer.borderWidth=1.0image.layer.masksToBounds=falseimage.layer.borderColor=UIColor.whiteColor().CGColorimage.layer.cornerRadius=image.frame.size.height/2image.clipsToBounds=true我想这样显示:但是我明白了:如何将图像调整为UIImageView