Alternative for didSelectRowAtIndexPath when UITableViewCells are UIResponders?
- by Attacus
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!