I have UIViewController
and UITableView
as child in the view,
what I want to do is when I touch any row I am displaying a view at bottom. I want to hide that view if the user touch any where else then rows or the bottomView.
The problem is when I click on UITableView
it doesn't fires touchesEnded
event.
Now how can I detect touch on UITableView
and distinguish it with row selection event.
Thanks.
To receive touch events on the
UITableView
use:receive touch events in UITableView