How to create duplicate copy of UIImage
Hi,
I am very new to iPhone SDK, so this might be very foolish question.
How to create duplicate copy of the UIImage. I am having the imageRef and creating one image from it. I want to create duplicate copy of that image. But my application is crashing while accessing the duplicate copy.
Is he creates the reference to the image when tried to create new image from same imageRef?
Is there any API to copy UIImage.
Vishal N
|