How to enable user interaction on UITableViewCell contentView while in edit mode?

iphone, uitableview, uiview

Solution

If by interaction you mean "selection", then set the `allowsSelectionDuringEditing` property to YES.

Problem

Is it possible to enable user interaction on the contentView while in edit mode?

Original source