ThinCreditCard Save Abandoned

:credit_card: Simple way to add a credit card

Project README

ThinCreditCard

CI Status Version License Platform PRs Welcome

Example

class ViewController: UIViewController {

    @IBOutlet weak var cardNumberView: CreditCardValidatorView!

    override func viewDidLoad() {
        super.viewDidLoad()
        cardNumberView.delegate = self
    }
}

extension ViewController: CreditCardValidatorViewDelegate {
    func didEdit(number: String) {
        // Play with card number
    }

    func didEdit(expiryDate: String) {
        // Play with expiry date
    }

    func didEdit(cvc: String) {
        // Play with cvc
    }
}

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

ThinCreditCard is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ThinCreditCard'

License

ThinCreditCard is available under the MIT license. See the LICENSE file for more info.

Questions or feedback?

Feel free to open an issue, or find me @s_tsarikovskiy on Twitter.

Open Source Agenda is not affiliated with "ThinCreditCard" Project. README Source: tsarikovskiy/ThinCreditCard
Stars
39
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating