I am new to IOS Development. I have an UIImageView
and I want to remove the white color pixels in my image view. Is this possible to remove the white color pixels.
Asked
Active
Viewed 1,266 times
1

Inder Kumar Rathore
- 39,458
- 17
- 135
- 184

senthil kumar
- 113
- 9
-
2Do you want to replace your white color with clear color ?? And do you want to remove UIImageView's white color or UIImage's white color ??? – Inder Kumar Rathore Dec 11 '12 at 12:50
-
Hi Rathore, I want to remove UIImageView's white color or UIImage's white color. – senthil kumar Dec 11 '12 at 13:11
-
http://stackoverflow.com/a/9460940/468724 hope this will help you – Inder Kumar Rathore Dec 11 '12 at 13:45