I took out a picture from the photo album. How can I give him a suitable frame so that the display is not blurry
小伙看你根骨奇佳,潜力无限,来学PHP伐。
Generally speakingself.view.contentMode = UIViewContentModeScaleAspectFit; will ensure that the image is in the normal proportions and will not be blurry, unless the image itself has very low pixels
self.view.contentMode = UIViewContentModeScaleAspectFit;
Generally speaking
self.view.contentMode = UIViewContentModeScaleAspectFit;
will ensure that the image is in the normal proportions and will not be blurry, unless the image itself has very low pixels