diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2024-06-13 16:01:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 16:01:18 +0200 |
commit | 24a67bf73595994ccf4b60cdad0021b37ca45c45 (patch) | |
tree | 128537ff6b9d104d94bbea2663de73d56403cda1 | |
parent | 4d9d6a2f3d1fbe9802e1c523be3d86c52cd20660 (diff) |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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` |