I’m trying to make a UITableView look as though it’s on top of a stack of papers. I did a similar version of this using UIView by overriding drawRect, but with UITableView’s complexity, I believe it will be more involved than it was with a standard UIView. If I use a stretchable image, the stretched bits won’t line up. What would be the best way of achieving something like this?
I’m trying to make a UITableView look as though it’s on top of a
Share
For Shadow, you can use the CALayer, as in the example below.
For the stack impression, i would add some views with same shadow borders beneath the table view.