What are recommended Core Graphics techniques for drawing very custom UITableViewCells
问题 Hey guys. Curious on a couple key points about drawing something like this in core graphics. When should I use multiple layers? I know I can use a clipping path to do the rounding on the corners, and from what I understand it sounds like that's more efficient than putting a border radius on a CALayer. Is it possible to use the output from UIImageView in drawRect? I know you can't actually use the view, but I've seen in many places that UIImageView's are much more efficient for drawing images