RETableViewManager
RETableViewManager copied to clipboard
Credit card cell does not work.
Hello,
I'm using the RETableViewManager on iOS 8, but when tapping the credit card cell, it doesn't pull up the keyboard. I tried running your sample code and the credit card cell doesnt work either.
It's still not fixed As a workaround, I've commented the setEnabled method content in RETableViewCreditCardCell. The item for this cell appears to be nil, so it disables the userinteraction
- (void)setEnabled:(BOOL)enabled {
// _enabled = enabled;
//
// self.userInteractionEnabled = _enabled;
//
// self.textLabel.enabled = _enabled;
// self.creditCardField.enabled = _enabled;
// self.expirationDateField.enabled = _enabled;
// self.cvvField.enabled = _enabled;
}