I am using this following code to set a boarder to UIImageView.
my code is:
[imageview.layer setBorderColor: [[UIColor orangeColor] CGColor]];
[imageview.layer setBorderWidth: 6.0];
It looking a rectangle shape boarder.However I need a RoundRect shape for my image view Boarder or want curves in edges of UIImageView boarder. Can any one tell me a good way to do it.
Add Following Lines: