Hi guys,
I have a simple UITableView and I used a UITableViewCell to customize my cells.
Everything runs perfect but there is one minor problem,
When i try to touch a cell that is not fully visible -which hangs in the middle of tableview frame bounds-, it does not respond properly.
(to check, I NSLogged it in the didSelectRowAtIndexPath method, the log message did not show which means it was not called)
If i tap them more than two times it works.
What could be da problemo ?
Would it be because I used a UITableViewCell class ?
Any idea or help would be graceful :)