It looks like the view hierarchy changed slightly in ios7 for table view cells. You can try setting the clips to bounds on the contentView's superview: [cell.contentView.superview setClipsToBounds:NO]; If you add the following to your sample code and…