DACircularProgress icon indicating copy to clipboard operation
DACircularProgress copied to clipboard

How to solve memory leak of this issue?

Open Cmdrobot opened this issue 4 years ago • 1 comments

I have receive memory leak after set thicknessRatio value

_progressView.thicknessRatio = 0.1; <--- this line

and it show memory leak as this function

  • (DACircularProgressLayer *)circularProgressLayer { return (DACircularProgressLayer *)self.layer; }

Please Help... Thank you

Cmdrobot avatar Mar 15 '20 13:03 Cmdrobot

Cleaning up house and dust to dawn

Maximuscari205 avatar Dec 09 '22 04:12 Maximuscari205