hi, There is any way to get cell coordinates when pressing on cell?
I have UITableView and i want to show the activityIndicatorView on the cell that was pressed and for that i need the cell coordinates.
the didSelectRowAtIndexPath method dont provide this information.
one more thing , when i show the activityIndicatorView i want from the UITableView to be darker (like in UIAlertView )and when i finished to do some stuff i want to bring the light back . how can i do it?