AppcentMobile / customCreditCardMask

Custom credit card mask delegate sample app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom credit card mask delegate sample app.

How to use ?

  1. Copy CreditCardDelegate into your project
  2. In the viewDidLoad;
  • delegate = CreditCardDelegate(tfCreditCard)
  • tfCreditCard.text = delegate?.getDefaultMask()
  • tfCreditCard.delegate = delegate

In the viewDidDisappear;

  • delegate = nil

About

Custom credit card mask delegate sample app.

License:Apache License 2.0


Languages

Language:Swift 100.0%