how to detect touch event in table cells for iphone -
I tried to do this to detect touch events for table cells
- (zero) touches: (NSASE *) touches the event: (UIEvent *) event {// & lt; My content & gt; [Super touches brinjal: left with event: incident]; }
but its functionality is not in the I table table, there is an IUIimage view and I want to change the imaged based on the tamp so that my touch event is not working for that cell
If you want to detect a touch on UITableViewCell, then you can actually detect touch events Not required in your UITableViewController subclass, you must implement the following delegate method Finance needs to:
- (minus) Talikadrishy: (UITableView *) had tableView SelectionRowAtIndexPath: (NSIndexPath *) indexPath;
You can then modify the image of the table cell for the selected index path.
Comments
Post a Comment