I have a situation in which I am putting the UITableView in editing mode, and when it is not in editing mode, it has to perform tableview: didSelectRowAtIndexPath: and has to be pushed on a UINAvigationController.
Now the problem is that how can I check that whether the UITableView is in editing mode so that it should not be pushed over UINavigationController.