I am using this ring progress view inside a collection view.
When i start scrolling the collection view and the collection view creates another cell, it is not smooth.
I used instruments to see what could be the problem and i noticed that the heaviest function was the method contentImage in the MKRingProgressView class.
Can you please try to see if is there any way to improve performance?
Thank you
I am using this ring progress view inside a collection view.
When i start scrolling the collection view and the collection view creates another cell, it is not smooth.
I used instruments to see what could be the problem and i noticed that the heaviest function was the method contentImage in the MKRingProgressView class.
Can you please try to see if is there any way to improve performance?
Thank you