-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial tvOS Support 📺 #1
Conversation
I have detected these bugs.
@KyoheiG3 Do you come-up with any workaround? |
Hi, @toshi0383
Try to modify transform of subviews on the Cell.
It so difficult issues. I also couldn't solve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks! I'll try.
Yea maybe we should implement different infinite scroll algorithm for tvOS. (not changing contentOffset, because of focus) |
Cool. Thanks! |
This doesn't solve the jumping focus issue, FYI. |
to correctly calculate frames. Installed FocusZPositionMutating.framework via Cartfile.private, to avoid focused view overlayed by unfocused view.
This one is solved in b6a9ad1, using toshi0383/FocusZPositionMutating . It's installed in Example project, because I thought GridView should focus on reuse and drawing views. |
Closing for now. I'll reopen this when I'm ready again. |
🎉

This is kind of beta implementation.
We still need to ..
collectionView(:didUpdateFocusInContext:withAnimationCoordinator:)
(not sure if possible🤔)