From 73cb561c5fa4f68f13e110a7f510aa10074bd3a5 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Wed, 17 Jun 2020 17:58:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20Adapt=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Classes/NotchGradientLoadingBarController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GradientLoadingBar/Classes/NotchGradientLoadingBarController.swift b/GradientLoadingBar/Classes/NotchGradientLoadingBarController.swift index 3c75cb0..a7cecc4 100644 --- a/GradientLoadingBar/Classes/NotchGradientLoadingBarController.swift +++ b/GradientLoadingBar/Classes/NotchGradientLoadingBarController.swift @@ -88,7 +88,7 @@ open class NotchGradientLoadingBarController: GradientLoadingBarController { // We're moving the the large-circles a bit up. // This prevents having a straight line between the circles. - // See: https://medium.com/tall-west/no-cutting-corners-on-the-iphone-x-97a9413b94e + // See let verticalOffsetForLargeCircle: CGFloat = 3 // Draw the large circle right to the `leftNotchPoint`.