Xcode – Can't find what is image.layer in swift
I was looking how to make UIImageView circle. And all I can find is: (Image has to be square) image.layer.cornerRadius = image.frame.size.height/2 image.clipsToBounds = true But I can't find "image" and "layer" property in apple documentation. So I am not…