vote up 0 vote down star

I'm subclassing UITableViewCell and adding two subviews (image, UILabel).

When the row is touched. There's no cell highlighting indicating the cell was selected.

I'm pretty sure I missed something, not sure how to handle highlighting for subclassed cell.

Any help would be appreciated. Thanks.

flag

1 Answer

vote up 0 vote down check

Without the code it is hard to give you a specific answer of how to fix your subclass of UITableViewCell. It could be something as complex as overriding a method that deals with the selection or render to something as simple as when you where in Interface Builder you forgot to select the highlight color for your UILabel.

All I can do with the limited information provided is point you to Apple's documentation on Subclassing UITableViewCell.

If this doesn't help please post your subclass code for the community to review and I am sure myself or someone can give you a specific answer.

link|flag
Thanks. The culprit was a UITableViewCellSelectionStyleNone I missed. – Jordan Oct 25 at 4:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.