Hi Guys,
Just starting out here...
Does this code read the image from the device's flash every time it occurs?
If so, how can I separate it so the image is loaded just once and can be
printed to the screen multiple times?
Cheers, Art.
Just starting out here...
Code:
UIImage *myImage = [UIImage imageNamed:@"imageArt.PNG"];
CGPoint imagePoint = CGPointMake(156, 53);
[myImage drawAtPoint:imagePoint];
Does this code read the image from the device's flash every time it occurs?
If so, how can I separate it so the image is loaded just once and can be
printed to the screen multiple times?
Cheers, Art.