Hi,
I was wondering if anyone could give some tips on how to achieve this:
I have a tableview with a number of cells.
Each UITableCiewCell subclass has a UICollectionView with horizontal flowlayout (and scroll) -- pretty much like some big VOD provider, that shall remain unnamed here, does in their current (old) Apple TV app.
How can i get the tableviewcells to not get focus and while passing on, allowing focus to go to individual collectionview cells? Is this possible?
(
tableView:canFocusRowAtIndexPath: does not seem to do it, would have been really nice if this would just allow the collectionview's cells to get focus.. )