Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.32 KB

RCAlertController

[![CI Status](http://img.shields.io/travis/Rodrigo Carvalho/RCAlertController.svg?style=flat)](https://travis-ci.org/Rodrigo Carvalho/RCAlertController) Version License Platform

A custom alert controller for iOS9+ applications. Highly customizible with simple API similar to Apple's UIAlertController. With an easy and powerful customization mechanism you can create beautiful alerts that fits into your app design. You can customize almost everything and even insert a custom view made by you for the alert.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

RCAlertController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RCAlertController"

Author

Rodrigo Carvalho, rcarvalho.dev@gmail.com

License

RCAlertController is available under the MIT license. See the LICENSE file for more info.