ApparaoMulpuri / AlertViewManager

Its a singleton class for displaying the UIAlerts in the iOS app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlertViewManager

License Platform Swift 4.0

Introduce

AlertViewManager is a singleton class for dispalying the UIAlerts in the applicaiton. Also, this class solves the multiple alert displays same time in the application.

Requirements

AlertViewManager written in Swift 4. Compatible with iOS 8.0+

Example Usage:

 AlertViewManager.sharedManager.showOkAlert("Title", message: "Custom Mesasge for the title", handler: nil)

Screenshot:

alt text

About

Its a singleton class for displaying the UIAlerts in the iOS app.

License:MIT License


Languages

Language:Swift 82.7%Language:Ruby 17.3%