Skip to content

Commit f1ad2d6

Browse files
authored
Documentation updated
1 parent d547e2a commit f1ad2d6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# CFAlertViewController
1+
# CFAlertViewController
22
[![CocoaPods](https://img.shields.io/cocoapods/v/CFAlertViewController.svg)](https://cocoapods.org/pods/CFAlertViewController)
33
[![CocoaPods](https://img.shields.io/cocoapods/dt/CFAlertViewController.svg)](https://cocoapods.org/pods/CFAlertViewController)
44
[![license](https://img.shields.io/github/license/codigami/cfalertviewcontroller.svg)](https://github.com/Codigami/CFAlertViewController/blob/master/README.md)
55
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/home?status=CFAlertViewController%20-%20Now%20display%20and%20customise%20alerts%20and%20action%20sheets%20on%20iOS%20like%20never%20before!%20%23OpenSource%20https%3A//github.com/Codigami/CFAlertViewController)
66

77
`CFAlertViewController` is a library that helps you display and customise **Alerts, Action Sheets, and Notifications** on iPad and iPhone. It offers screen rotation as well as an adaptive UI support. CFAlertViewController’s API is almost similar to the native UIAlertController but it has a lot more functionalities than the native UIAlertController.
88

9+
You can also check out the same library for ![Android](http://res.cloudinary.com/hy4kyit2a/image/upload/v1372379037/00-android-4-0_icons.png.png) **Android** by clicking [here](https://github.com/Codigami/CFAlertDialog)
10+
911
#### Types of use cases:
1012

1113
![Demo 1](/Images/Demo_1.gif)
@@ -35,7 +37,7 @@ Open the downloaded project in Xcode, then drag and drop folder named **CFAlertV
3537
<img src="/Images/Use%20Cases.png" style="width: 100%" />
3638
</p>
3739

38-
The above shown alert can easily be implemented using the code snippet
40+
The above shown alert can easily be implemented using the code snippet:
3941
```swift
4042
// Create Alet View Controller
4143
let alertController = CFAlertViewController(title: "You've hit the limit",

0 commit comments

Comments
 (0)