SwiftNotice


TAG:  SwiftNotice , Animation , Layout , Design , Swift , App information , Help , SwiftUI , Objective-c

Classification:  SwiftNotice

Platform:  IOS

Language:  Swift

Device:
iPhone / iPad

Licence:
MIT

Download

Installation

SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview and supports iPhone X.
Just clone and add SwiftNotice.swift to your project.

Pretty easy to use

In any subclass of UIView, UIScrollView, UIViewController, UITableViewController, UITableViewCell:
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.

0 Comments: