Showing posts with label rounded-corners. Show all posts
Showing posts with label rounded-corners. Show all posts

Sunday, May 20, 2012

Add rounded corners to UIImageView


I would like to add some rounded corners to all of the UIImageViews in my project. I have already got the code working, but am having to apply it to every image; should I subclass UIImageView to add this? If so, can someone give me some pointers as to how to do this?