Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Apr 15, 2023
1 parent e3a63a8 commit 98cef01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ TouchTrackingView {
Text("Hello")
.touchTrack() // show touch point
.touchPointRadius(8) // radius of mark on touched point
touchPointOffset(x: 0, y: -10) // offset of mark position
.touchPointColor(.orange) // color of mark on touched point
.touchPointBorder(true, color: .blue, width: 1) // applying a border to touched points
.touchPointShadow(true, color: .purple, radius: 3) // shadow on touched points
Expand Down

0 comments on commit 98cef01

Please sign in to comment.