Hey!
Great project! Thanks!
However, I have a problem. I want to be able to press the tableview cell with the collection view and still push to a new view (Call tableView didSelectRowAtIndexPath). I think that the collection view is blocking the touch mechanism to the tableview cell.
I want to press anywhere at the cell and push a new view.
Any ideas?