On Sun, Aug 21, 2016 at 9:56 PM, Quincey Morris <
quinceymor...@rivergatesoftware.com> wrote:

> On Aug 21, 2016, at 12:47 , Torsten Curdt <tcu...@vafer.org> 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 (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