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

Customize font

ludivinefafournoux opened this issue · comments

Is it possible to customize text font ?

Thanks

commented

Update to 0.2.0 v.

creditCardForm.cardNumberFont = UIFont(name: "HelveticaNeue", size: 20)!
creditCardForm.cardPlaceholdersFont = UIFont(name: "HelveticaNeue", size: 10)!
creditCardForm.cardTextFont = UIFont(name: "HelveticaNeue", size: 12)!