FFCircularProgressView icon indicating copy to clipboard operation
FFCircularProgressView copied to clipboard

tableview scroll slow

Open lukasa1993 opened this issue 12 years ago • 3 comments

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?

lukasa1993 avatar Jan 24 '14 13:01 lukasa1993

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

pronebird avatar Apr 13 '14 13:04 pronebird

Does someone has an idea how to improve performance?

honkmaster avatar Sep 30 '14 19:09 honkmaster

@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.

nnhubbard avatar Aug 17 '16 16:08 nnhubbard