Caishen icon indicating copy to clipboard operation
Caishen copied to clipboard

A Payment Card UI & Validator for iOS

Results 19 Caishen issues
Sort by recently updated
recently updated
newest added

Update some Swift code to the current version

XIB files were being marked as source files instead of Resources

![screen shot 2018-03-27 at 4 30 54 pm](https://user-images.githubusercontent.com/35296341/37963573-5208f0d0-31dc-11e8-9ecd-b7799e94e2aa.png)

It seems something is keeping a strong reference to CardTextField and is not releasing it It then still seems to be registered for some internal notification that tries to access...

Hello I have a form contains multiple fields including Caishen text fields. I want to move up the form on editing did begin but it never work for Caishen. Any...

I thin it should implement delegate method of UITextField as well.

Using Card.io method 'userDidProvide' I call cardTexField.prefill to populate the cardTextField with values. When I hit done on the paymentViewController, prefill is called the keyboard reappears to fill out values...

bug

Hi there, Is there an easy way to provide a custom image for a custom card type? I noticed that I could "hack" by having the card image name equal...

enhancement

Similar problem to the one solved earlier. Playable **only on iOS 17.** When closing and deinit the screen where CardTextField is located - strong references to CardTextField remain, which leads...