You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,30 @@ struct ContentView: View {
86
86
}
87
87
```
88
88
89
+
### Explicit Aspect Ratio
90
+
91
+
#### Availability: 1.0.21 or higher
92
+
93
+
An explcit image aspect ratio can be specified, which fixes an issue of incorrect stretching that occurs in certain situations. The `aspectRatio` parameter accepts `Binding<CGFloat>`
0 commit comments