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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T07:50:58.000Z (over 7 years ago)
- Last Synced: 2025-01-20T08:23:46.466Z (4 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
[](http://cocoapods.org/pods/Tags)
[](http://cocoapods.org/pods/Tags)
[](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: