stoni23

Results 3 comments of stoni23

It does it because it's reading EXIF values incorrectly... Add this function: ``` -(UIImage *)scaleAndRotateImage:(UIImage *) image{ int kMaxResolution = 960; // Or whatever CGImageRef imgRef = image.CGImage; CGFloat width...

I never tried to do multiple images at a time, but single image at a time is fine. I don't think your device will be able to handle sending multiple...

I was told that it was impossible to send an image via SMS because Apple will not allow it.