> If anyone knows how to solve this problem, please show me your guidance.
>From some work I did earlier this year for a client, UIImagePickerController needs to be presented modally or in a UIPopoverController. It also doesn't handle being a root view controller very well (window.rootViewController = imagePickerController). Without going the route of using the various AV Foundation APIs to implement your own camera controller class, the solution I used was to present the UIImagePickerController modally in the root view controller's -viewDidAppear: method (you could try in -viewWillAppear:). _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
