- Notifications
You must be signed in to change notification settings - Fork22
A Swifty UI framework for notifications and alerts.
License
JT501/SwiftNotify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ASwifty UI framework fornotifications andalerts.
SwiftNotify usesUIKit 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 thedocumentation page for installation guide and usages.
- Swift 5.9+
- iOS 13.0+
Please readCHANGELOG.md.
If you find any bugs or encounter some issues regard to this framework, please feel free to open a new issueinIssues page.
You are welcome to contribute into this project, feel free toPull Request.
SwiftNotify is released under anMIT License. SeeLICENSE for details.
About
A Swifty UI framework for notifications and alerts.