> 
> Maybe there’s a sanctioned way of moving a child view controller to a 
> different parent view controller (so, move the view controller, not the 
> view), but I’m in over my head at this point.
> 

I haven’t read the whole thread, however to this particular comment, there is a 
sanctioned way of moving a child view controller to a different parent view 
controller, it’s view controller containment introduced, dunno 4 years ago 
perhaps. Look for all the methods on UIViewController called 
willMoveToParentViewController .. etc. There’s a sequence to the whole thing 
which you need to follow in order to have view controller messages continue to 
be passed properly to the VCs. It’s long enough ago there’s probably some 
documentation on it by now, I learned about it at the time from WWDC videos and 
I’m sure lots of bells and whistles have been added to it since. 
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to