How do I detect touches anywhere on the screen of a tableview, not just the cell?

I'm at work so I can't verify this, but UITableView is a subclass of UIResponder. You should be able subclass UITableView and override -touchesEnded:withEvent: and do whatever you want from there.

I'm at work so I can't verify this, but UITableView is a subclass of UIResponder. You should be able subclass UITableView and override -touchesEnded:withEvent: and do whatever you want from there. Hope that helps.

Thanks! I'll give this a try. – Jonah Aug 16 '09 at 1:07.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions