aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen <31181527+benedom@users.noreply.github.com>2024-06-13 16:01:18 +0200
committerGitHub <noreply@github.com>2024-06-13 16:01:18 +0200
commit24a67bf73595994ccf4b60cdad0021b37ca45c45 (patch)
tree128537ff6b9d104d94bbea2663de73d56403cda1
parent4d9d6a2f3d1fbe9802e1c523be3d86c52cd20660 (diff)
Update README.md
-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`