I have found a lot of information on using UIImagePickerController to let the user choose the image they want from the Photos application’s data. I am wondering how I can create this same effect on 3.0, as it doesn’t seem as if a lot of the old code works anymore. In addition, I would like the user to be able to take a new picture from this same pop-up.
Thanks for any help!
Works in 3.0, same as before; I don’t believe there were any changes. I just alloc/init a UIImagePickerController, and pass it to presentModalViewController, like this:
Implement the delegate methods, too: