SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.3k stars 742 forks source link

multi window issue #392

Closed L1cardo closed 4 years ago

L1cardo commented 4 years ago

I have known that someone have mentioned the multi window issue here #366 I dont know if SwiftMessages supports multi window, but I seem to have some issues.

image

I found codes saying something about windowScene but what is weird is that these code never show up after I installed the SwiftMessages

image

project target: iOS 13 xcode verison: 11.4.1 (11E503a) SwiftMessages version : 7.0.1

L1cardo commented 4 years ago

Is there a sample code to solve this?
Thanks

wtmoose commented 4 years ago

Try the head of master. I resolved multi-window issues a while back but haven't released them.

L1cardo commented 4 years ago

Try the head of master. I resolved multi-window issues a while back but haven't released them.

Works fine!!! Thanks!

wtmoose commented 4 years ago

Closing since this duplicates #366