0

If tableView.scrollEnabled = NO, then didSelectRowAtIndexPath is not responding to first touch, but only to the second select row. Do you have any idea why??

Please help.

1 Answers1

0

make sure you have not implemented

didDeselectRowAtIndexPath

rather than implementing

didSelectRowAtIndexPath 
Kassem
  • 1,481
  • 3
  • 20
  • 42