Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apparaomulpuri/alertviewmanager
Its a singleton class for displaying the UIAlerts in the iOS app.
https://github.com/apparaomulpuri/alertviewmanager
ios singleton swift swift-3 swift4 uialertaction uialertcontroller uialertview uialertviewcontroller
Last synced: about 1 month ago
JSON representation
Its a singleton class for displaying the UIAlerts in the iOS app.
- Host: GitHub
- URL: https://github.com/apparaomulpuri/alertviewmanager
- Owner: ApparaoMulpuri
- License: mit
- Created: 2017-12-11T10:32:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T07:50:58.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T14:23:40.161Z (2 months ago)
- Topics: ios, singleton, swift, swift-3, swift4, uialertaction, uialertcontroller, uialertview, uialertviewcontroller
- Language: Swift
- Size: 87.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlertViewManager
[![License](https://img.shields.io/cocoapods/l/Tags.svg?style=flat)](http://cocoapods.org/pods/Tags)
[![Platform](https://img.shields.io/cocoapods/p/Tags.svg?style=flat)](http://cocoapods.org/pods/Tags)
[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://developer.apple.com/swift/)## 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](https://github.com/ApparaoMulpuri/AlertViewManager/blob/master/Screenshots/Screen%20Shot%202017-12-11%20at%204.00.42%20PM.png)