[](https://travis-ci.org/Pavel Katunin/JAlertView)
let alertView = JAlertView.init(title: "我是标题",
message: "苹果全球开发者大会,英文全称是“Worldwide Developers Conference”。",
cancelButtonTitle: "取消",
sureButtonTitle: "确定")
alertView.show()
alertView.clickIndexClosure { (index) in
print("index is \(index).")
}
Requires iOS SDK version > 8.0
JAlertView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JAlertView"
jinxiansen, email: hi@jinxiansen.com
JAlertView is available under the (MIT)License. See the LICENSE file for more info.
