Skip to content
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

showsHorizontal(Vertical)ScrollIndicator property on ASCollectionNode does nothing #1009

Closed
man-in-black382 opened this issue Jul 5, 2018 · 3 comments

Comments

@man-in-black382
Copy link

I believe this is because somebody simply forgot to apply these properties to collection view from pending state (_ASCollectionPendingState) in ASCollectionNode's - (void)didLoad method

@ay8s
Copy link
Collaborator

ay8s commented Jul 9, 2018

Seen this also recently. for now you can do...

[collectionNode.view setShowsVerticalScrollIndicator:NO];
[collectionNode.view setShowsHorizontalScrollIndicator:NO];

@ay8s
Copy link
Collaborator

ay8s commented Jul 17, 2018

Can be closed 👍

@maicki maicki closed this as completed Jul 17, 2018
@UnicomMrLee
Copy link

Can be closed 👍

When added using this method, a flashback occurs。*** Assertion failure in -[ASCollectionNode view],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants