I am facing problem with segue as I want to delete particular cell on particular condition when user select cell.
But I also set segue on cell for detail page of cell item. And whenever I am try to delete it always goes to next screen even delete condition is active.
On LongPress I activate delete condition otherwise it should go normally to next screen.