UIImagePickerController-SimulatedCamera icon indicating copy to clipboard operation
UIImagePickerController-SimulatedCamera copied to clipboard

Thanks for the great project.. however it doesn't seem to work with iOS 5.x simulator

Open jongampark opened this issue 13 years ago • 0 comments

Hello, I appreciate your work!

However, it doesn't look to work with iOS 5.x simulator. I tried also iOS 6 simulator, but the CameraTest project complaint for some method which were deprecated in iOS 6. It's Ok, though.

When it calls imagePickerController:didFinishPickingMediaWithInfo:, it tries to dismiss the modal view controller ( UIImagePickerController ). However it doesn't dismiss it. When I clicked "cancel" to dismiss it, it should have set the sample image to self.imageView.image and display. But it didn't.

I checked if the image was retrieved and yes. It did.

Any thought? Thank you.

jongampark avatar Nov 15 '12 23:11 jongampark