MGSwipeTableCell
MGSwipeTableCell copied to clipboard
Accessory view not hidden when swiping
The problem appears to be that overlay image is created before the accessory view is hidden in showSwipeOverlayIfNeeded.
Hello! I went through the same problem here.
Thing is, in my custom cell extending MGSwipeTableCell, i was doing [self addSubview:self.myAwesomeView] instead of [self.contentView addSubview:self.myAwesomeView].
Try this, maybe it will solve your problem.