Skip to content

dawnnnnn/DNPayAlertView-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DCPayAlertView-Swift

A payment alertview that imitating Wechat with six digital pay passwords.

一款模仿微信的6位数字支付密码弹框——Swift版

自己在练Swift的时候改写了一下.. 有问题多指教

Preview 预览

screenshots

Usage 使用

support:iOS 9.2 and later

	let payAlert = DNPayAlertView(frame: CGRectZero)
	payAlert.setTitle("请输入支付密码")
	payAlert.setDetail("提现")
	payAlert.setAmount(10)
	payAlert.completeBlock = ({(password: String) -> Void in
		print("password" + password)
	})
	payAlert.show()

Update 更新

2017/01/25 : 更名为DNPayAlertViewSwift

License

MIT

Contact

tan32211@gmail.com

About

仿微信6位纯数字密码弹框 - Swift版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages