prolificinteractive / Caishen

A Payment Card UI & Validator for iOS
MIT License
766 stars 119 forks source link

Fixed an issue where calling `prefillInformation` on `NumberInputTextField` would set a wrong text color #94

Closed DannyVancura closed 8 years ago

DannyVancura commented 8 years ago

These changes treat pre-filling a card number like manually entering one, therefor correctly adjusting text color and notifying a NumberInputTextField's delegate about text changes.

Fixes #80