How about, I'm working with a project in Xcode and I want to know how to change the style of an image so that it shows circular.
If you mean to get something similar to this:
All you need is the following code:
imageView.layer.cornerRadius = imageView.bounds.size.width / 2.0