You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One suggestion: make it dismissible via a swipe like the standard apple push notifications? Of course if this is implemented it should only be allowed if "tap to dismiss" is allowed as well. Perhaps this would best be done with a UIPanGestureRecognizer since it provides a pan velocity, which would be needed to appropriately dismiss the notification at the users flick speed?
The text was updated successfully, but these errors were encountered:
This is a very nice notification banner!
One suggestion: make it dismissible via a swipe like the standard apple push notifications? Of course if this is implemented it should only be allowed if "tap to dismiss" is allowed as well. Perhaps this would best be done with a UIPanGestureRecognizer since it provides a pan velocity, which would be needed to appropriately dismiss the notification at the users flick speed?
The text was updated successfully, but these errors were encountered: