How to select a UIImage from the camera roll (and use it)
The UIImagePickerController can help us do this with ease. In this example we’ll instantiate it, then we tell it what kind of image we want returned (we’re using an edited version here, but we could just as well return the original, or start using a camera). Next we present a modal view controller where the […]