aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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`