I want to add tap – hide table + some actions – named cancelTap
I have an UITableView and i want to add cancelTap for it, but only at empty place.
Table height is 200.
Cells fill only a half of table, and on other half (half without cells) i need to add addGestureRecognizer.
If i’m add GestureRecognizer to Table – method DidSelectCellForRowAtIndexPath does not respond.
Is it any solutions?
I just add tap to the
tableViewand in the delegate of theTapset method –in this method i deside do i need to apply tap or i ned to ignore it.