Answer the question
In order to leave comments, you need to log in
Round UIImageView xCode7?
How to make UIImageView round in xcode 7? (and can you elaborate please)
Answer the question
In order to leave comments, you need to log in
I solved it myself thanks)
self.imageView.layer.cornerRadius = self.imageView.frame.size.width / 2;
self.imageView.clipsToBounds = YES;
self.imageView.layer.borderWidth = 1.0f;
self.imageView.layer.borderColor = [UIColor whiteColor].CGColor;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question