Is it possible now in 2020? I see that the delegate methods are available for tvOS, but it's available in tvOS 9.0+.
Post
Replies
Boosts
Views
Activity
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.
Hello,
have you found solution how to fix it?