How is ScalingMode defined ? Just an enum ?
Yes:
enum ScalingMode: Int {
case scaled
case actualSize
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: