-
Notifications
You must be signed in to change notification settings - Fork 149
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
is tvOS working? #24
Comments
Hi, I played with tvOS a month ago and there was a number of issues in how scrolling is handled and the mask view on scroll view that tends to cover half of activity view as you pan with remote. Not sure if things changed since then. |
I tried to debug it, looks like |
@f1nality scrolling on tvOS is very different.
You can comment a couple of lines in Essentially:
Then what I observe is a mask view with gradient that covers the activity indicator. |
@pronebird By the way, it's a common practice to have horizontal collectionviews in tvOS apps. This extension works only for vertical, right? |
@f1nality yes, vertical only so far. |
I'm using this fork for horizontal Collection Views and it works nicely. Maybe you could consider a merge. https://github.com/pilot34/UIScrollView-InfiniteScroll |
@zvonicek thanks for the link. It should be fairly easy to implement horizontal behavior. Unfortunately I don't have time to test and implement that yet, but I'd gladly accept a PR. |
Hello!
is tvOS working?
I tried to add
UIScrollView-InfiniteScroll
to my project -addInfiniteScrollWithHandler
is not called and it's not called for me in supplied Demo tvOS project either.P.S. I'm trying to use with collectionView
The text was updated successfully, but these errors were encountered: