// http://stackoverflow.com/questions/5427656/ios-uiimagepickercontroller-result-image-orientation-after-upload #import @interface UIImage(fixOrientation) - (UIImage *)fixOrientation; @end