Closed d2vydov closed 4 years ago
I'm not entirely sure, whether I understand what you are trying to accomplish... Why do you need to handle two different windows and how would you have solved the issue without the use of XCoordinator? I only could think of an improvement by wrapping the given code into a transition, so that you can chain it.
thank you for reply, I have reached the same conclusion, and decided to use windows 'separately' with returns a .none()
- in this case all works fine.
How to use xcoordinator transitions if we wanna push controller with new UIWindow (on top of the current, making it key and visible)?
We are using this way:
We creating a wrapper view controller starting a new window with our controller. The simple code is
Is this the only one option to do something like this?