Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question
3  
Does your image have a transparent background? Or is it white too? – tipycalFlow May 15 '12 at 6:16
It might be your image issue. Please check your image. – Naveen Thunga May 15 '12 at 6:24
Thanks.......... – vishal dharmawat May 15 '12 at 9:59

2 Answers

up vote 2 down vote accepted

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 UIImageView the background will also be transparent.

Try using the image I've provided:

Circle

share|improve this answer
1  
A way to check without programming is to open the file in the Preview application. The transparent parts of the image should show as the background color. You can use the preferences to change the background color for additional confirmation. – ThomasW May 15 '12 at 6:46

user should take an image having no background color...then it will work properly

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.