A Swifty UI framework for notifications and alerts.
SwiftNotify uses UIKit Dynamics as animator to create smooth interactive animations and physics behaviours for the notices.
SwiftNotify is intended to be lightweight, easy-to-use and highly customizable. Most of the time, you just need a single line of code to show a notice:
SN.show(title: "OMG", message: "SwiftNotify is Great !", level: .success)
As simple as that.
Feel free to check out the documentation page for installation guide and usages.
- Swift 5.9+
- iOS 13.0+
Please read CHANGELOG.md.
If you find any bugs or encounter some issues regard to this framework, please feel free to open a new issue in Issues page.
You are welcome to contribute into this project, feel free to Pull Request .
SwiftNotify is released under an MIT License. See LICENSE for details.