Alternative for didSelectRowAtIndexPath when UITableViewCells are UIResponders?

Posted by Attacus on Stack Overflow See other posts from Stack Overflow or by Attacus
Published on 2010-05-17T22:45:18Z Indexed on 2010/05/17 22:50 UTC
Read the original article Hit count: 162

Filed under:
|
|

The cells in my tableview are horizontal UIScrollViews, which I assume is the reason didSelectRowAtIndexPath is not being called. I have my resignFirstResponder call in that method.

Does anyone have an easy way for me to fix this? Is there an alternative to didSelectRowAtIndexPath? Or is there a way to get that method to fire?

Thanks!

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about iphone