SwiftNotice
  • October 29, 2023

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

Features


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.

Installation


Just clone and add SwiftNotice.swift to your project.

Requirements


  • iOS 7.0+
  • Xcode 9 (Swift 4) in current swift4 branch.
  • Xcode 8 (Swift 3) in swift3 branch.
  • Xcode 7 (Swift 2) in master branch.
  • Xcode 6.3 (Swift 1.2) in v3.1

GitHub


View Github

#hud #ios #swift
YOU MIGHT ALSO LIKE...
EEStackLayout

A vertical stackview which takes subviews with different widths and adds them to it's rows with paddings, spacings etc.

AudioManager

AudioManager is a Swift package that provides a modular and easy-to-use interface for implementing audio feedback in your applications. It ...

CameraBackground

Features Both front and back camera supported. Flash modes: auto, on, off. Countdown timer. Tap to focus. Pinch to zoom. Usage  

DKCamera

Description A light weight & simple & easy camera for iOS by Swift. It uses CoreMotion framework to detect device orientation, so ...