bradhilton / AlertBuilder

Create Alerts and Action Sheets Easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlertBuilder

AlertBuilder makes it easy to construct and present alerts with the builder pattern.

Installation

AlertBuilder is available through CocoaPods. To install, simply include the following lines in your podfile:

use_frameworks!
pod 'AlertBuilder'

Be sure to import the module at the top of your .swift files:

import AlertBuilder

Alternatively, clone this repo or download it as a zip and include the classes in your project.

Author

Brad Hilton, brad.hilton.nw@gmail.com

License

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

About

Create Alerts and Action Sheets Easily

License:MIT License


Languages

Language:Swift 93.2%Language:Ruby 5.8%Language:Objective-C 1.0%