From 51209bae4986e5c95164dc8ff50e2c4968327542 Mon Sep 17 00:00:00 2001 From: Wirawit Rueopas Date: Fri, 15 May 2020 16:47:49 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca70056..2e37994 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ public struct RHLinePlotConfig { ### Drag gesture consumes all the drag > Problem: So you can't put the plot in a scroll view and scroll down on the plot. I tried adding `LongPressGesture` like in Apple's tutorial, but looks like it too consumes gesture exclusively if put under a scroll view. -Solution: This is currently fixed by putting a [proxy view]((https://github.com/aunnnn/RHLinePlot/blob/master/RHLinePlot/PressAndHorizontalDragGesture.swift) that implements custom long press gesture detection. +Solution: This is currently fixed by putting a [proxy view](https://github.com/aunnnn/RHLinePlot/blob/master/RHLinePlot/PressAndHorizontalDragGesture.swift) that implements custom long press gesture detection. ### Indicator label must stick at the edge of plot