diff options
author | leoz <leoz@yahoo.com> | 2024-02-25 10:01:40 -0500 |
---|---|---|
committer | leoz <leoz@yahoo.com> | 2024-02-25 10:01:40 -0500 |
commit | b1f3174b0a363e30ddda0d15f819dc9b0bef5fc9 (patch) | |
tree | 44101318b0622cce4c8791b282962118d437e073 /Demo | |
parent | 7eb8df7f203857748d84f325dd82a443326f174b (diff) |
Update demo
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/SwiftyCropDemo/ContentView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/SwiftyCropDemo/ContentView.swift b/Demo/SwiftyCropDemo/ContentView.swift index 235a862..cfb1f01 100644 --- a/Demo/SwiftyCropDemo/ContentView.swift +++ b/Demo/SwiftyCropDemo/ContentView.swift @@ -57,6 +57,7 @@ struct ContentView: View { ) } Toggle("Crop image to circle", isOn: $cropImageCircular) + Toggle("Rotate image", isOn: $rotateImage) } .buttonStyle(.bordered) .padding() |