How can I add a shadow to a UITableView?
I'd 开发者_JAVA百科like to add a little drop shadow to a grouped UITableView that I have. How can I achieve this?
Changing the bacground image for a cell you can give that effect for when you select the cell or not. The image would have to carry that effect on it.
精彩评论