How to enable user interaction on UITableViewCell contentView while in edit mode?
Is it possible to enable user interaction on the content开发者_StackOverflow中文版View while in edit mode?
If by interaction you mean "selection", then set the allowsSelectionDuringEditing
property to YES.
精彩评论