SwiftOverlays
SwiftOverlays copied to clipboard
Calling UIViewController.showOnTopOfStatusBar twice has strange effects
Hi there,
if you call
UIViewController.showOnTopOfStatusBar(view, duration: 1, animated: true)
and then call it again before the first notification disappeared, all further calls will show the notification twice.
Please see the following clip to get a better understanding:

Is there a way to remove the old notification that is still visible below the new one?
@stefanengel thanks for reporting, I will take a look