I have been trying to mask a UIImage into a circle. I\'m using now the code that has been popular on other answers here, but although I do get a circle its edges are very ja
If you're using Swift, you can import 'AlamofireImage', and use one of its funcs. For circled image:
let roundImage = UIImage(named: "myImage")!.af_imageRoundedIntoCircle()