RichDaddyCashMany/JCAlertController

does this support swift, or obj-c only?

cmnewfan opened this issue · 2 comments

if not, then do you have a plan to support swift?

If I use swift later, I will support it.

其实可以在Swift里用的 弄一个Bridger就ok了 语法变成了这个样子
JCAlertView.showOneButton(withTitle: "This is the end of all picture", message: "You cannot swipe more", buttonType: JCAlertViewButtonType.default, buttonTitle: "OK", click: nil)