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

tableview scroll slow #10

Open
lukasa1993 opened this issue Jan 24, 2014 · 3 comments
Open

tableview scroll slow #10

lukasa1993 opened this issue Jan 24, 2014 · 3 comments

Comments

@lukasa1993
Copy link

using FFCircularProgressView makes table view slow on ipad we show about 18 instances of FFCircularProgressView and scrolling is slow

any ideas how to speed up?

@pronebird
Copy link
Contributor

@lukasa1993 I assume -(void)drawRect: is called for each scroll event. Might be faster if custom CALayer used instead.

@honkmaster
Copy link

Does someone has an idea how to improve performance?

@nnhubbard
Copy link

@lukasa1993 Are you sure that you are adding it correctly and using cell reuse? The FFCircularProgressView should only be allocated once, not for every cell.

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