orazz / CreditCardForm-iOS

CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to write card name using payment textfield?

hamzabinamin opened this issue · comments

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

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.