Hello,
I have a UITableViewCell drawn using drawRect:
. I'm drawing an shape in drawRect and would like to animate this shape (using some parameter) when using the cell goes into edit mode.
However, I couldn't find how to use animated parameters within drawRect. Could someone point me to the right documentation or is it impossible?
Thanks!