Weird in my UIImagePickerController with camera
- by Chun
Hi everyone:
I met a problem on using camera by scratch on iphone. Other people's code just run fine on my 3GS. But my code doesn't.
When I implemented a UIViewController controller, and I add the following code in viewdidload:
UIImagePickerController *picker = [UIImagePickerController alloc] init];
picker.source =…