I have a subclass of UIView that draws a number with a border around it using Core Graphics (unread count style). I have this in a UITableViewCell and change the color of the border when setSelected:animated: is called. The problem is that it does not animate the change.
Is there any way on the iPhone to animate the change of Core Graphics drawing. All I want is a simple fade from one state to the other.