I have a UIImagePickerController that lets the user pick an image from their library, edit it, and then save the product out to disk. Before it saves, however, I need to update a UIImageView to hold the edited photo. But when I go to set the UIImageView's image property, the program crashes. It still can save to disk.
The UIImageView is an IBOutlet and the dimensions are 88x88, if anybody cares.
I can reproduce this issue on a device (iPhone 3GS running iOS4) and in the simulator (iOS 4).