aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Demo/SwiftyCropDemo/ContentView.swift1
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()