RETableViewManager icon indicating copy to clipboard operation
RETableViewManager copied to clipboard

Credit card cell does not work.

Open ordinaryman09 opened this issue 10 years ago • 1 comments

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.

ordinaryman09 avatar May 12 '15 22:05 ordinaryman09

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;
}

ericertl avatar Sep 30 '15 17:09 ericertl