RE: [Q] a view is associated with more than one view controller?
RE: [Q] a view is associated with more than one view controller?
- Subject: RE: [Q] a view is associated with more than one view controller?
- From: Julius Oklamcak <email@hidden>
- Date: Thu, 25 Oct 2012 10:05:54 -0400
> 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@hidden)
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:
This email sent to email@hidden