TVCardView in UICollectionViewCell doesn’t support contextMenu
When using a TVCardView
in a UICollectionViewCell
the UICollectionViewDelegate
contextMenuConfigurationForItemsAt
function is not called.
UICollectionView scrollToItem doesn’t focus the scrolled to item
When using collectionView.scrollToItem
to scroll to a given index path the focus is not set to the new cell.