3D touch previewing conflict

When I use 3D touch on a view with registerForPreviewingWithDelegate, everything is OK but when i have a UIButton or a UIView with touchUpInside Event or Gesture, the preview don't work, how can i stop those events without calling them ?

Thanks in advance 🙂