From 24a67bf73595994ccf4b60cdad0021b37ca45c45 Mon Sep 17 00:00:00 2001 From: Ben <31181527+benedom@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:01:18 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 167e588..c39b59d 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,11 @@ struct ExampleView: View { } ``` +:bangbang: NOTE :bangbang: +``` +If you want to display `SwiftyCrop` inside a sheet, use `NavigationView` instead of `NavigationStack` in case you want to wrap it. +``` + SwiftyCrop supports two different mask shapes for cropping: - `circle` - `square`