Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.28 KB

AlertViewSimple

[![CI Status](http://img.shields.io/travis/Manuel Marcos Regalado/AlertViewSimple.svg?style=flat)](https://travis-ci.org/Manuel Marcos Regalado/AlertViewSimple) Version License Platform

Import

import AlertViewSimple

Usage

// Show an Alert View with just on Action which will be self-dismissable
AlertsUtils.showAlertWithOneAction("Alert View Title", message: "This is my Alert View message", actionTitle: "Alert View Action Title", actionFunction: ())
// Show an Alert View with an error message
AlertsUtils.showAlertWithErrorMessage("My Alert View Error Message")

Installation

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

pod "AlertViewSimple"

Author

Manuel Marcos Regalado, manuel@manuelmarcos.es

License

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