Flip The image
This is to flip the image.
UIImage *flipped = [UIImage imageWithCGImage:imag.CGImage scale:1.0 orientation:UIImageOrientationDown];
Comments
Post a Comment