PGSSoft / ParallaxView

tvOS controls and extensions that add parallax effect to your application.
https://pgssoft.github.io/ParallaxView/
MIT License
481 stars 50 forks source link

Issue in tvOS 15.0 #24

Open maneesh-diagnal opened 2 years ago

maneesh-diagnal commented 2 years ago

We are working on an OTT app that has many carousels in a home screen created with a collection view inside another collection view (one for horizontal scrolling and another for vertical scrolling). The top-level collection view is part of a child view controller, of a root view controller which has a side menu as another child. This menu view controller has focusable items in it. Till tvOS 14 we were able to navigate from the carousels to the side menu, but since tvOS 15 when we subclassing Parallax Cell the focus is not updating to the side menu. This is happening for only collection view cells with nib in it.

If you need further information I am happy to share it. Please let me know Thanks

nonameplum commented 2 years ago

Hey, it would be great if you could provide a minimal example project that reproduces the problem.