简体   繁体   中英

Detect single/multi-finger gesture Swiftui

How to detect number of finger interaction with Gesture in SwiftUI Gesture . With UIKit we can find number of find it from

        let numberOfTouches = panGestureRecognizer.numberOfTouches

Any thought?

I am able to find my solution using UIKit UIView. Actually made container view which implements the PanGesture. I have used this view to to hold SwiftUI view. I can easily find and able to handle Panning behaviour.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM