Custom Gesture

Hello! How can I create a custom Gesture using UITouch in SwiftUI? I need almost the same functionality as in DragGesture but with ability to detect force of 3DTouch.

Did you notice that iPhone from iPhone 11 do not support 3D touch anymore ? Just haptic touch, but there is no force detection.

https://www.cnet.com/tech/mobile/apple-ditches-3d-touch-for-haptic-touch-in-iphone-11-and-11-pro/

So even if you implement it, it will not work with most of iPhones anymore.

Custom Gesture
 
 
Q