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

The scroll indicator is disappeared when scrolling down/up #2

Open
flypigz opened this issue Jan 23, 2014 · 1 comment
Open

The scroll indicator is disappeared when scrolling down/up #2

flypigz opened this issue Jan 23, 2014 · 1 comment

Comments

@flypigz
Copy link

flypigz commented Jan 23, 2014

anyone know how to fix this?

@flypigz
Copy link
Author

flypigz commented Jan 23, 2014

I found the root cause, just replace below line

self addsubview:cell]

by:

[self insertSubview:cell atIndex:0];

this is because the scroll indicator is a subview of UIScrollView, and it should always above all other subviews.

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

1 participant