一开始是这样的
在我使用ALCameraViewController从库中选择要加载的照片之后,它看起来是这样的
这是我使用的代码
photo.layer.borderWidth = 1
photo.layer.masksToBounds = true
photo.layer.borderColor = UIColor.black.cgColor
photo.layer.cornerRadius = photo.frame.height/2
photo.clipsToBounds = true
我怎样才能防止角半径松动呢?
Link to ALCameraViewController