I have an UITableView (NOTE:The UITableView is in a UIView) and I thought it would be nice to have an shadow added below it. I add the shadow with QuartzCore and it turns out really nice. But I also notice that when I come back from a 'Detail View' the animation back to the root is a bit lag. I've heard that QuartzCore and CoreAnimation can make the app slower, or in this case, add lag.
First, am I right that CoreAnimation makes the app slower?
If so, how can I keep my shadow but remove the slowness and lag?
Thanks and I appreciate all thoughts and answers!