How change a CGContext attribute after drawRect is carried out
- by iFloh
Hi, I draw a path using CGContext.
How can I later change one of the path attributes after drawRect was carried out (completed)? I want to be able to change the color of my path according to a slider value.