ImageView
struct ImageView: View
SwiftUI View
for an image
-
The observable state of the image
Declaration
Swift
private var imageView: ImageViewModel
-
The arguments for the image
Declaration
Swift
let arguments: ChordProParser.Arguments?
-
The scale of the image
Declaration
Swift
let scale: Double
-
The offset of the image
Declaration
Swift
private var offset: CGSize
-
Init the image
Declaration
Swift
init(fileURL: URL?, arguments: ChordProParser.Arguments?, scale: Double)
-
The body of the
View
Declaration
Swift
var body: some View