From 3629ac150c152341bdbdf65d818ef1a262e23304 Mon Sep 17 00:00:00 2001 From: Toni Hoffmann Date: Sat, 14 Aug 2021 20:12:05 +0200 Subject: [PATCH] Fix readme to make example compile --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6968c8..88b1611 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,10 @@ Drawer { Spacer() } } -}.edgesIgnoringSafeArea(.vertical) +} .rest(at: .constant([100, 340, UIScreen.main.bounds.height - 40])) .impact(.light) +.edgesIgnoringSafeArea(.vertical) ``` **See more [Examples](https://github.com/maustinstar/swiftui-drawer/blob/master/Docs/Examples.md)**