Search code examples
iphoneiosobjective-cuitableviewios7

Using background view for UITableViewCell in iOS 7 covers default delete button


I am using background view for UITableviewCell which is an imageview, I am using the image view to achieve two side corners for first and last cell. It is working fine But the problem is when I use this background view, the default cell delete button which comes when we press the tableviewcell default edit button is being covered by the background view.If I give clear color for the background view it is working fine but I want background view to be set.

Is there any idea why the delete button is being covered or hidden by cell background view? It happens in iOS 7 Please help! thanks in advance.


Solution

  • I spoke with an Apple UIKit engineer today at the iOS 7 Tech Talks event in SF, and confirmed that this is an open bug that will be fixed "soon" by Apple.

    UPDATE 10/22/13: iOS 7.0.3 fixes this issue.