Skip to content

codeservis/JAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAlertView

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

Usage

let alertView = JAlertView.init(title: "我是标题",
                                        message: "苹果全球开发者大会,英文全称是“Worldwide Developers Conference”。",
                                        cancelButtonTitle: "取消",
                                        sureButtonTitle: "确定")
        
alertView.show()
alertView.clickIndexClosure { (index) in
    print("index is \(index).")
}

Requirements

Requires iOS SDK version > 8.0

Installation

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

pod "JAlertView"

Author

jinxiansen, email: hi@jinxiansen.com

License

JAlertView is available under the (MIT)License. See the LICENSE file for more info.

About

AlertView Demo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published