IS it possible to change color of image from code ?
A:
What do u mean by change color of image? u can change the UIImageView's image in code by using imageView.image = [UIImage imageNamed:@"myImage.png"];
where the myImage.png is in ur project's Resource folder. Or u can use [imageView setBackgroundColor:[UIColor redColor]];
to set ur UIImageView to red color.
JohnnySun
2010-10-19 14:58:27
I know that.i want to change image's color and save the image
SajjadZare
2010-10-19 15:04:25
oh sry i don't know how to do that neither.
JohnnySun
2010-10-19 15:19:49