I set the border white and radius for my ImageView. But in 4 corner of the ImageView, some dark line appear. Here is the code I set the color
ImageView
I check your code you can change this line its work for me
self.image.layer.borderColor = [[UIColor clearColor] CGColor];