Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ApparaoMulpuri authored Feb 12, 2018
1 parent a4ab8da commit 07a029c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## AlertViewManager
Its a singleton class for displaying the UIAlerts in the iOS app.
# AlertViewManager

#### Example Usage:
[![Version](https://img.shields.io/cocoapods/v/Tags.svg?style=flat)](http://cocoapods.org/pods/Tags)
[![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.

#### Example Usage:
AlertViewManager.sharedManager.showOkAlert("Title", message: "Custom Mesasge for the title", handler: nil)
Expand Down

0 comments on commit 07a029c

Please sign in to comment.