Home

Awesome

SwiftNotice

SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview.

##Features

SwiftNotice gif

##Pretty easy to use

In any subclass of UIViewController:

self.pleaseWait()

self.noticeTop("OK!")

self.noticeSuccess("Success!")
self.noticeError("Error!")
self.noticeInfo("Info")

self.noticeOnlyText("Only Text")

self.clearAllNotice() // clear

Read the documentation for more information.

##Installation

Just clone and add SwiftNotice.swift to your project.

##Requirements

##Contribution

You are welcome to fork and submit pull requests.

##License

SwiftNotice is open-sourced software licensed under the MIT license.