I want to call didSelectRowAtIndexPath(), but the event won\'t be fired, when I\'m in edit-mode. This is my code:
didSelectRowAtIndexPath()
override func viewDidLoad() {
AFAICS, you problem is that, on your table view, allowsSelectionDuringEditing is set to NO (or false, if you're using Swift).
allowsSelectionDuringEditing
NO
false