Skip to content

JT501/SwiftNotify

Repository files navigation

SwiftNotify

GitHub license Swift Static Badge GitHub Actions Workflow Status Carthage compatible CocoaPods GitHub forks GitHub stars GitHub issues

A Swifty UI framework for notifications and alerts.

Demo1 Demo2 Demo3

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.

Documentation

Feel free to check out the documentation page for installation guide and usages.

Requirements

  • Swift 5.9+
  • iOS 13.0+

Change Log

Please read CHANGELOG.md.

Bugs and issues

If you find any bugs or encounter some issues regard to this framework, please feel free to open a new issue in Issues page.

Contribute

You are welcome to contribute into this project, feel free to Pull Request .

License

SwiftNotify is released under an MIT License. See LICENSE for details.