scalessec / Toast-Swift

A Swift extension that adds toast notifications to the UIView object class.
MIT License
3.67k stars 570 forks source link

Toast no disappear on application's key window at times #140

Closed TuDoudong closed 10 months ago

TuDoudong commented 5 years ago

I know that the runloop mode of my toast is common, but toast does not disappear occasionally . Importantly, toast disappears when I slide the tableView. I don't know exactly why. I need your help, thank you

asifhabib commented 5 years ago

If you are using very old mac or very low graphics and checking this in simulator, then this issue might arise. Get new/good mac or test on real device.

TuDoudong commented 5 years ago

Thank you for your answer, but I use iPhone6 and the mobile phone system is iOS12. When I was not connected to the mobile phone and Xcode to debug, I continuously operated the page to show toast for much times and occasionally toast did not disappear. This situation is not easy to duplicate