So I have a spritesheet in png format, and have already worked out the coordinates for what I want to display. I\'m trying to create a method that will return a UIImage when
I think the call you want to use is CGImageCreateWithImageInRect
CGImageCreateWithImageInRect
newImage = [UIImage imageWithCGImage:CGImageCreateWithImageInRect( [spriteSheet CGImage] , imageRect )];