How change a CGContext attribute after drawRect is carried out
Posted
by iFloh
on Stack Overflow
See other posts from Stack Overflow
or by iFloh
Published on 2010-05-20T14:59:48Z
Indexed on
2010/05/21
4:40 UTC
Read the original article
Hit count: 243
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.
© Stack Overflow or respective owner