Author
Description
SwiftMessages is an iOS library for displaying brief messages in the form of a status bar across the top or bottom of the screen.
In addition to providing numerous layouts, themes and configuration options, SwiftMessages allows you to fully customize the view:
- Copy one of the included nib files into your project and change it.
- Subclass MessageView and add elements, etc.
- Or just supply an arbitrary instance of UIView.
Try exploring the demo app to get a feel for the extensive configurability of SwiftMessages.