swiftui-snap-dragging-modifier icon indicating copy to clipboard operation
swiftui-snap-dragging-modifier copied to clipboard

Update README

Open gtokman opened this issue 10 months ago • 0 comments

Great library!

Would be awesome to update the REAME with new examples as the offset and gesture mode are req.

SnapDraggingModifier(
     gestureMode: .normal,
      offset: $offset                             
 ))

Also, would be great to get an example on how to snap to corners (top, bottom, left, right, middle) just like FaceTime. I could see that a common use case for folks using this library.

gtokman avatar Dec 14 '24 18:12 gtokman