Toast-Swift icon indicating copy to clipboard operation
Toast-Swift copied to clipboard

Check if Toast is visible

Open abdullahumer opened this issue 5 years ago • 2 comments

Hi

Is there a simple way to check of a Toast is visible (added) in a view?

e.g. ToastManager.shared.isToastAdded(view: self.view)

abdullahumer avatar Oct 28 '19 13:10 abdullahumer

any news here?

AlexIzh avatar May 07 '20 13:05 AlexIzh

same problem need to check

fukemy avatar Feb 27 '21 09:02 fukemy

Added self.view.isShowingToast()

scalessec avatar Jan 07 '24 00:01 scalessec