Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIWindow created by Yoshi stays in the Stack #78

Open
ekazaev opened this issue Apr 26, 2018 · 0 comments
Open

UIWindow created by Yoshi stays in the Stack #78

ekazaev opened this issue Apr 26, 2018 · 0 comments

Comments

@ekazaev
Copy link

ekazaev commented Apr 26, 2018

The problem is that this UIWindow stays in stack after Yoshi has been disappeared as Yoshi never removes this UIWindow from the stack and never makes main application's UIWindow keyAndVisible again. Yoshi just removes it reference to the UIWindow it created (see lines 100 and 111). It influences long term behaviour of the main application and also influences other libraries that creates UIWindow.
UIWindow contains method removeFromSuperview() - it should help potentially, but also Yoshi must make sure that UIWindow that Yoshi overlapped is key and visible after Yoshi disappears.

PS: I am not sure why to be presented Yoshi creates new UIWindow, and how IOS does not like modals (YoshiConfigurationManager line 69).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant