iPhone CALayer Stacking Order
- by Brian
I'm using CALayers to draw to a UITableViewCell. I'm trying to figure out how layers are ordered with the content of the UITableViewCell. For instance:
I add labels to the UITableViewCell in my cellForRow:atIndexPath method
In the drawRect method of UITableViewCell I draw some content using the current context
Also, in drawRect I add a few…