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.
Installation is best managed using Carthage. Add github "airg/iOS-AlertBanner"
to your cartfile and run carthage install
, see Carthage Installation Guide.
Check out the documentation. All calls should also be documented in the generated Swift interface.
AlertBanner is currently written in Swift 4 with Xcode 9.2.
Documentation is generated using Jazzy, a very useful tool for generating pretty docs.
Before opening a pull request, be sure to run jazzy
to regenerate the docs.