UIImage+FixOrientation.h 209 B

123456789
  1. // http://stackoverflow.com/questions/5427656/ios-uiimagepickercontroller-result-image-orientation-after-upload
  2. #import <UIKit/UIKit.h>
  3. @interface UIImage(fixOrientation)
  4. - (UIImage *)fixOrientation;
  5. @end