Skip to content

SwiftUI Multiple Gesture Testing, I have fine tune the Gesture function in FramPageView

Notifications You must be signed in to change notification settings

spuggy0919/gesture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gestures

SwiftUI for Multiple gestures 2021/10/16 Xcode 12, iOS 14.4

  1. Draggesture has first priority, it records the tap position for TapGesture
  2. two touchs is after Draggesture, otherwise the updating and onChange in Draggesture will not run. Why?

TODO

  1. Image State parameter is not sync safety.
  2. some action is buggy. just check gesture work or not
  3. Image Bounding with View Frame, It is need to checked.

About

SwiftUI Multiple Gesture Testing, I have fine tune the Gesture function in FramPageView

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages