¡@

Home 

2014/10/15 ¤U¤È 10:15:30

iphone Programming Glossary: unprocessedphotoviewcontroller

Problem opening new ViewController after UIImagePickerController

http://stackoverflow.com/questions/5004104/problem-opening-new-viewcontroller-after-uiimagepickercontroller

opening new ViewController after UIImagePickerController I am trying to open up a new view UnprocessedPhotoViewController immediately after the delegate function for my UIImagePickerController returns a didFinishPickingImage . Unfortunately it.. . Unfortunately it appears that I can either open the UIImagePickerController modal view or switch to the UnprocessedPhotoViewController as a modal but not both sequentially. In the code below a button press activates the pickPhoto IBAction. This code activates.. is called which stores the image to a variable attempts to close the UIImagePickerController modal and open the UnprocessedPhotoViewController in a new modal. Note If I comment out the ImagePicker and run showPhoto directly the UnprocessedPhotoViewController shows..