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.
-
—
Chandru_Mahalingam
Add a CommentTeam, We have checked the same issue with sample project and still the issue exists in tvOS 16. With the attached drive link, we have added the issue video and sample project. Please check and let us know for the further fix as soon as possible. Drive Link: [https://drive.google.com/drive/folders/1rCyUePNzWoGsnrKwk2q11gqWWCYmt8bp?usp=sharing]