I have a UICollectionView with a custom cell that contains an image and a line of text. When running in the simulator, no cells highlight showing that I want to select that item.
I'd like the highlighting to behave similar to selecting items on the 3rd Generation AppleTV, or how they're supposed to be selected on the new Apple TV.
I've implemented the suggested delegate methods. Selections seem to work well on a UITableView, but not on the UICollectionView.