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?
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?