• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [Q] a view is associated with more than one view controller?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Roland King <email@hidden>
  • Date: Thu, 25 Oct 2012 22:18:45 +0800

On 25 Oct, 2012, at 10:05 PM, Julius Oklamcak <email@hidden> wrote:

>> 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:).
>
>

That is all true - on top of that, after introducing view controller containment in iOS5 to give people a proper way of doing what was always not recommended, taking a view from ViewController B and slapping it into ViewController A, iOS 6 is finally strict about it. You just can't do this any more.

If you want to mix views from different VCs on the screen, you now *must* use View Controller Containment (and that's the right thing to look for in the documentation).

The advice above about UIImagePickerController is I believe also true, that thing really wants to be modal (I hope they change that one day).
_______________________________________________

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

  • Follow-Ups:
    • Re: [Q] a view is associated with more than one view controller?
      • From: JongAm Park <email@hidden>
References: 
 >[Q] a view is associated with more than one view controller? (From: JongAm Park <email@hidden>)
 >RE: [Q] a view is associated with more than one view controller? (From: Julius Oklamcak <email@hidden>)

  • Prev by Date: RE: [Q] a view is associated with more than one view controller?
  • Next by Date: Re: Security-scoped bookmarks linked to code signing?
  • Previous by thread: RE: [Q] a view is associated with more than one view controller?
  • Next by thread: Re: [Q] a view is associated with more than one view controller?
  • Index(es):
    • Date
    • Thread