diff options
Diffstat (limited to '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` |