hello i have a UIimageView with a PNG image that has round corners, image sits fine the only problem it has is that i can see the UIImage Corners with a white background, ho
try
imageView.backgroundColor = [UIColor clearColor];