bryx-inc / BRYXBanner

A lightweight dropdown notification for iOS 7+, in Swift.
MIT License
1.01k stars 143 forks source link

Added support for apps with multiple UIWIndows #90

Closed promero-carecloud closed 7 years ago

promero-carecloud commented 7 years ago

In case that an app has more than one UIWindow with windowLevel equal to UIWindowLevelNormal, Banner.topWindow() function won’t find the right one.

Signed-off-by: Pablo Romero promero@carecloud.com

harlanhaskins commented 7 years ago

Thank you!