views:

48

answers:

3

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
I know that.i want to change image's color and save the image
SajjadZare
oh sry i don't know how to do that neither.
JohnnySun
+1  A: 

Answer

SajjadZare