I want to enable peek preview en my table View, but i don't want the user to actually navigate to the destination VC. I just want to let him peek, but not navigate into it.
I found a solution to this question.
The VC needs to implement the UIViewControllerPreviewingDelegate protocol which handles the peek and pop behaviours.