Any ideas how to show a shadow around the grouped uitableview\'s border?(around all border at top, bottom, sides as well as around rounded corners of sections).
Easiest one would be add drop-shadow styling to the layer to your cells in table. Remember you would have 3 types of styling - one for the top of the cell, one for the bottom cell and one for the other cells. Should not be very difficult if you start writing the code.