SyntaxFix
Write A Post
Hire A Developer
Questions
If you mean you want to make a UIImageView circular in Swift you can just use this code:
imageView.layer.cornerRadius = imageView.frame.height / 2 imageView.clipsToBounds = true