FFCircularProgressView
FFCircularProgressView copied to clipboard
tableview scroll slow
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 I assume -(void)drawRect: is called for each scroll event. Might be faster if custom CALayer used instead.
Does someone has an idea how to improve performance?
@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.