I am trying to make a circle UIImageView, and it works. Below is the way I use to make it:
UIImageView
[self.pic.layer setMasksToBounds:YES]; [self.pic.laye
I might be a bit late.
You can easily set the required attributes on the storyboard attribute inspector.
The result would be something like this.