LMPaymentKit
LMPaymentKit copied to clipboard
A maintained fork of PaymentKit from Stripe, updated for iOS 7
There doesn't appear to be a cvc-outline.png in Resources/Cards. No if statement for it in: - (void)setPlaceholderToCVC
With imageStyle set to PKViewImageStyleOutline, view does not use placeholder-outline.png ``` - (void)setupPlaceholderView { _placeholderView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"placeholder"]]; _placeholderView.backgroundColor = [UIColor whiteColor]; } ```
1. Animate back to _cardNumberField when select the _cardLastFourField 2. Shake the content of _cardNumberField if card number is invalid
Hello, Thanks for maintaining this nice library :) In this pull request I added support for iOS6, and when user select last four number textfield, the card swipes back to...
thanks for the updated fork! I was trying to find an example of using this to input zipcode. I see references to this in > Just add PKView to your...
http://guides.cocoapods.org/ rad repo, rad work. would love to see it on Cocoapods - we use it for all of our package management
The control don't have a way to clear/cancel a wrong input. Is necessary to finish it correctly or not at all. Could be a good idea provide a "X" button...