UIImagePickerController-SimulatedCamera
UIImagePickerController-SimulatedCamera copied to clipboard
Thanks for the great project.. however it doesn't seem to work with iOS 5.x simulator
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.