JamitLabs / JamitFoundation

JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
MIT License
10 stars 5 forks source link

MessageViewPresenter should use key window to present MessageViews instead of last window #56

Closed JensK611 closed 2 years ago

JensK611 commented 2 years ago

If we use MessageViewPresenter together with multiple windows in an app the message is always presented on the last window. It doesn't matter if the window is visible or not. At a first step I would change it to use the key window of the app.