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

zip code issue

rahulsws opened this issue · comments

When ever I am trying to add zip code it will allow string with infinity number
I want only 5 numbers not strings like characters.

You need to make the country code
paymentTextField.countryCode = "US"

Then you get all ate numbers.