Re: uitabbar translucency and hiding
Re: uitabbar translucency and hiding
- Subject: Re: uitabbar translucency and hiding
- From: Roland King <email@hidden>
- Date: Mon, 22 Aug 2016 07:22:17 +0800
>
> 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 (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