I am making an application in which i am trying to add an image of a circle
but when i am adding the image ,it comes with white background..
How to remove the white background.
Even i have set background color to clear and even opaque property to NO but it seems,has
has no effect.
Kindly provide some valid solution.
Thanks,
In order for an image to have a transparent background the image itself must have a transparent background. Then when loading the image from file into an
UIImageViewthe background will also be transparent.Try using the image I’ve provided: