prolificinteractive / Caishen

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

Rename animation methods and change access to public. #58

Closed DannyVancura closed 8 years ago

DannyVancura commented 8 years ago

Renamed the animation methods to be more descriptive and changed the access to public in order to let developers manually call these methods when desired.

Resolves #55

Haud commented 8 years ago

Does this set the proper first responders?

DannyVancura commented 8 years ago

Good point, thanks! I added that.

When moving the card number in, the number field will become first responder, when moving out the month text field (the next after card number) will do so.

JamesJSY commented 8 years ago

👍

ThibaultKlein commented 8 years ago

👍