I\'ve been trying to create a custom tableview cell with rounded corners and drop shadow, I managed to create the rounded corners but the shadow is showing only on the corners a
seems like UITableviewCell doesnt support drop shadows. Adding drop shadow to table view cell, please take a look at this.