Skip to content

manuelmarcos/alertviewsimple

Repository files navigation

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.

About

Swift Pod - Simple Alert View handler for self-dismissable alerts. The perfect pod for showing error alerts in an easy way

Resources

License

Stars

Watchers

Forks

Packages

No packages published