I am attaching sample application over here .. in that both the things (touchesBegan, didSelectRowAtIndexPath) are working fine .. go through it once ..
Quote:
Originally Posted by jvpython
Hello,
I have custom uitableviewcells in a tableview. When a cell is selected I have implemented the touchesBegan etc method to get the location of the touch. But when these methods are overridden then the didSelectRowAtIndexPath method doesnt work. Why is that? Is there a way to have boht of them at the same time.
Thank you
|