diff options
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() |