Re: uitabbar translucency and hiding
Re: uitabbar translucency and hiding
- Subject: Re: uitabbar translucency and hiding
- From: Torsten Curdt <email@hidden>
- Date: Sun, 21 Aug 2016 22:15:50 +0200
On Sun, Aug 21, 2016 at 9:56 PM, Quincey Morris <
email@hidden> wrote:
> On Aug 21, 2016, at 12:47 , Torsten Curdt <email@hidden> wrote:
>
>
> Ideally I would present a modal controller
>
>
> Is there a solution where you segue from the tab view controller to a
> non-tab-view controller which has an identical view, aside from being a bit
> taller?
>
Unfortunately that view controller has a WKWebView as part of its hierarchy
- which makes just rebuilding the identical view a lot harder.
If I could have the same view instance inside two separate view controller
instances this would be totally doable.
I've even tried moving a view from one view controller instance into
another. Basically leaving a UIImageView of a snapshot in the old one. But
I couldn't get that to work properly.
> You might have to embed the tab view controller in a parent controller to
> avoid messing up its place in the navigation hierarchy. Isn’t there a segue
> that will replace an embedded child controller with another one?
>
You lost me here. Wrap the root controller (of UIWindow - which is my
UITabBarController)?
cheers,
Torsten
_______________________________________________
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