StyledTableViewCell-for-iOS icon indicating copy to clipboard operation
StyledTableViewCell-for-iOS copied to clipboard

What if i already have a custom cell?

Open KyleGreenlaw opened this issue 11 years ago • 3 comments

KyleGreenlaw avatar May 11 '13 03:05 KyleGreenlaw

Hi Kyroapps, Replied you on Twitter :)

Just make your custom cell a subclass of StyledTableViewCell.

honcheng avatar May 11 '13 04:05 honcheng

Ok done, but i am geting this error when i run ... 2013-05-11 01:08:55.998 KYRO[3367:907] -[UITableViewCellSelectedBackground setSeparatorColor:]: unrecognized selector sent to instance 0x1ed71bb0 2013-05-11 01:08:55.999 KYRO[3367:907] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCellSelectedBackground setSeparatorColor:]: unrecognized selector sent to instance 0x1ed71bb0' *** First throw call stack: (0x333003e7 0x3affb963 0x33303f31 0x3330264d 0x3325a208 0xd8603 0x3530bc95 0x3515d091 0x3515d041 0x3530ab59 0xa7c39 0x3515a569 0x3513f391 0x35156827 0x351128c7 0x34ebe513 0x34ebe0b5 0x34ebefd9 0x34ebe9c3 0x34ebe7d5 0x34ebe639 0x332d5941 0x332d3c39 0x332d3f93 0x3324723d 0x332470c9 0x36e2633b 0x351632b9 0xa1969 0xa18f0) libc++abi.dylib: terminate called throwing an exception...

KyleGreenlaw avatar May 11 '13 04:05 KyleGreenlaw

Hi, I face the same issue

pebie avatar Jul 18 '13 12:07 pebie