I\'m using following code to add rounded corners to my UIImage, but the problem is that the rounded corners are showing \"white\" area instead of transparent or \"clear\". W
profileImageView.layer.cornerRadius = profileImageView.frame.size.height/2; profileImageView.clipsToBounds = YES;