I'd like to draw a circle part by part. The circle should act as a loading-circle and should update itself after something is completed and should colorize a part of the circle.
I've tried already to do that with a for-loop in the drawRect-method
, but the circle doesn't update properly.
Are there any important methods I have to use to update the circle "smooth"?