ShareButton
struct ShareButton: View
SwiftUI View
with the ‘share’ button’
-
The observable state of the scene
Declaration
Swift
private var sceneState
-
Bool to show the share picker
Declaration
Swift
private var showSharePicker: Bool = false
-
The export URL
Declaration
Swift
private var exportURL: URL?
-
The body of the
View
Declaration
Swift
var body: some View