I have a uiview and inside the uiview a tableview, try to do something like this: link
What happens is that when I click on the uiview, it also clicks on the tableview cell, which I could do so that by clicking on the uiview, I just click on that and not on the cell in the table when that cell is down?
thanks