aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleoz <leoz@yahoo.com>2024-02-25 10:01:40 -0500
committerleoz <leoz@yahoo.com>2024-02-25 10:01:40 -0500
commitb1f3174b0a363e30ddda0d15f819dc9b0bef5fc9 (patch)
tree44101318b0622cce4c8791b282962118d437e073
parent7eb8df7f203857748d84f325dd82a443326f174b (diff)
Update demo
-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()