How do I get a thumbnail or saveable path from UIImagePickerController to use for a UIImageView?
- by viperacr99
Could somebody please explain or show some sample code of how I can use get a thumbnail to be put into a UIImageView after the user selects a photo with UIImagePickerController?
Let's say I want to set a thumbnail as the image of a table view cell. When the user presses the cell, the image picker is shown and the user selects an image that is…