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.
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.
make sure you have not implemented
didDeselectRowAtIndexPath
rather than implementing
didSelectRowAtIndexPath