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
ViewDeclaration
Swift
var body: some View
View on GitHub