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).
I nee
In cellForRowAtIndexPath: function:
cellForRowAtIndexPath:
// drop shadow cell.layer.shadowOpacity = 1.0; cell.layer.shadowRadius = 1.7; cell.layer.shadowColor = [UIColor blackColor].CGColor; cell.layer.shadowOffset = CGSizeMake(0.0, 0.0);