ALAlertBanner
ALAlertBanner copied to clipboard
A simple and clean alert banner for iPhone and iPad.
It was necessary to adjust the style. Implemented style configuration for it
changing titles also affects appropriate resizing and moving other alerts. p.s. also I recommend reviewing [karolus's fork](https://github.com/karolus/ALAlertBanner) where he has implemented isFlat property, which looks pretty good on the iOS...
proof of concept - check out demo. I need to be able to handle custom images. there's a slight bug with my frames though.
I added simple interface to configure colors for each banner style.
Currently, alert banners don't rotate upon device rotation if added to a `UIWindow`.
I see that there are a couple of commits that are not used in the latest release on CocoaPods, which, on newer devices crashes on `drawReact:` Do you think you...
It would be very cool if I can set the banner style to `ALAlertBannerStyleCustom` and specify my custom `view` or even specify my own subclass.
In develop scheme all works great but once I flip it to release mode the invoking of the banner crashes the app without generating any error logs. Any tips? I...