AlertBanner
Displays a banner animating from above the status bar, for displaying status messages to the user. Limited, you can customize the font, colours, message and timing. Also supports status bar height message for offline error.
How to use AlertBanner
Installation is best managed using Carthage. Add github "airg/iOS-AlertBanner" to your cartfile and run carthage install, see Carthage Installation Guide.
Documentation
Check out the documentation. All calls should also be documented in the generated Swift interface.
How it’s made
AlertBanner is currently written in Swift 4 with Xcode 9.2.
Documentation is generated using Jazzy, a very useful tool for generating pretty docs.
Contributing
Before opening a pull request, be sure to run jazzy to regenerate the docs.
Reference