From a7d7033ef075230554fc0f59263e509cb4cab4de Mon Sep 17 00:00:00 2001 From: Marco Cancellieri Date: Thu, 14 Mar 2019 21:40:13 +0100 Subject: [PATCH] nit --- PanModal/Controller/PanModalPresentationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanModal/Controller/PanModalPresentationController.swift b/PanModal/Controller/PanModalPresentationController.swift index 37822c8..501639a 100644 --- a/PanModal/Controller/PanModalPresentationController.swift +++ b/PanModal/Controller/PanModalPresentationController.swift @@ -798,7 +798,7 @@ private extension PanModalPresentationController { func addRoundedCorners(to view: UIView) { let radius = presentable?.cornerRadius ?? 0 let path = UIBezierPath(roundedRect: view.bounds, - byRoundingCorners: [.topRight, .topLeft], + byRoundingCorners: [.topLeft, .topRight], cornerRadii: CGSize(width: radius, height: radius)) // Draw around the drag indicator view, if displayed