Posts

Post not yet marked as solved
3 Replies
Any luck with this? I have a same problem and I can not figure it out :( I use this override func indexPathForPreferredFocusedView(in collectionView: UICollectionView) -> IndexPath? {       return desiredIndexPath } It scroll to the desired index path, but  it snaps back one position to the previous cell. It's probably because of the focus engine, but I don't know how we can control it.
Post not yet marked as solved
4 Replies
Is it possible now in 2020? I see that the delegate methods are available for tvOS, but it's available in tvOS 9.0+.