In my application, we have used collection view along with collectionview.reload() in few scenarios. This reload works properly till tvOS 15.2. From 15.3 and above till tvOS 16 beta version, CollectionView scroll issue occurs when I reload the collectionview. After reload it automatically moves to random position.
This automatic scroll issue is happening with the below error which is noted in log console.
Collection view focus state got out of sync. Expected (null) to be the current managed subview but found <MyApp.CollectionViewCell: 0x114517ad0; baseClass = UICollectionViewCell; frame = (0 6532; 270 126); opaque = NO; tintColor = UIExtendedGrayColorSpace 0 0; layer = <CALayer: 0x28339ab00>>.
Let me know if anyone can help me out from this issue!!!
Note: This issue is occurring in tvOS 16 beta version also.