UIView with CATransform3D inside a UITableViewCell = Choppy Scrolling
问题 I'm using a custom UITableViewCell , into which I am placing a subclassed UIView (within contentView , natch). The UIView in question displays a directional arrow and two lines of supporting text. The arrow is displayed by means of a layer with a background color and an arrow-shaped mask. The background color changes to one of two possibilities depending on the direction the arrow is pointing. The view receives a NSNotification whenever it needs to update the arrow (based on, but not