You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: