Skip to content

aflyingfish01/DCPayAlertView

 
 

Repository files navigation

DCPaymentAlert

A payment alertview that imitating Wechat with six digital pay passwords.
一款模仿微信的6位数字支付密码弹框。


# Preview 预览 ![screenshots](https://raw.githubusercontent.com/dawnnnnn/DCPayAlertView/master/screenshots/DCPaymentDemo.gif)

Usage 使用

	DCPaymentView *payAlert = [[DCPaymentView alloc]init];
    payAlert.title = @"请输入支付密码";
    payAlert.detail = @"提现";
    payAlert.amount= 10;
    [payAlert show];
    payAlert.completeHandle = ^(NSString *inputPwd) {
        //something 
    };

Update 更新

2016/03/18 : 将控件类型继承于UIViewController来解决iOS7上与UIAlertView显示时的Window冲突。

License

MIT

About

仿微信提现密码输入弹框(6位数字)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%