orazz / CreditCardForm-iOS

CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.
MIT License
1.47k stars 165 forks source link

How to write card name using payment textfield? #43

Closed hamzabinamin closed 4 years ago

hamzabinamin commented 5 years ago

The payment textfield only lets you write in the card number, expiration and cvc number. Is there a way to let the user write the card owner name as well?

@damarte @ima-tech @orazz @itaispector

kemalsanli commented 5 years ago

Yes you can do this like this.

creditCardView.cardHolderString = Helper.cardHolderName

When add new card button clicked i throw a uialertview that wants card holder name and redirects you to credit card form screen.

orazz commented 4 years ago

Example-Demo2