stripe-archive / PaymentKit

Easily accept payments on iOS
MIT License
468 stars 203 forks source link

Access to the stateMeta call #20

Closed jcutrell closed 9 years ago

jcutrell commented 11 years ago

Is it possible that this could get an update to the stateMeta call to publicize it to the delegator? It's difficult otherwise to add an inputAccessoryView if a user is utilizing the PKView inside of a larger form.

jflinter commented 9 years ago

Hey @jcutrell, As part of a large refactor, this code has moved to https://github.com/stripe/stripe-ios, which now has a class called STPPaymentCardTextField that has similar behavior to PTKView. That class exposes an inputAccessoryView property that should address the issue you're having, so I'd encourage you to migrate (it should take just a few minutes, and we've written a brief guide at https://github.com/stripe/paymentkit#migration). Of course, if that doesn't work for you, or you have any trouble migrating, reply here and I'll be happy to help. Cheers!

jcutrell commented 9 years ago

Thank you! I've moved away from this project, but I appreciate you taking the time to address the issue!

jflinter commented 9 years ago

No problem. Sorry it took so long : )