Popularity
6.9
Stable
Activity
0.0
Stable
838
23
140

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI     Alerts    
Latest version: v5.2

SwiftNotice alternatives and similar libraries

Based on the "Alerts" category.
Alternatively, view SwiftNotice alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SwiftNotice or a related project?

Add another 'Alerts' Library

README

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

  • iOS 7.0+
  • Xcode 6.3 (Swift 1.2) in v3.1
  • Xcode 7 (Swift 2.0) in the current master branch

Contribution

You are welcome to fork and submit pull requests.

License

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


*Note that all licence references and agreements mentioned in the SwiftNotice README section above are relevant to that project's source code only.