I'm modifying some code from an online lesson on using UIPickerViewController
.
I'm taking a photo, displaying in a UIImageView
in my first View Controller, then saving it to file. Then I retrieve it and display it in a UIImageView
in my second View Controller. The UIImageView
s are the same size (375 x 315), and use the same settings:
The first VC looks like this after snapping the picture and hitting the "Use photo" button on the UIPickerViewController
interface:
The second VC looks like this after I retrieve the pic (I'm using PNG):
I've banged around a lot on SO, yet haven't found a solution for iOS. Can someone please point me in the right direction? I can supply any code (which seems unremarkable), but I don't think that's where the problem lies.
Thanks! All Help appreciated!