Example for sharing SceneKit file with UIActivityViewController in Swift -
is there example of sharing scenekit file others using uiactivityviewcontroller? right examples have seen related text , image.
i have prepare file , need send out others (or airdrop mac).
if let dir = filemanager.default.urls(for: .documentdirectory, in: .userdomainmask).first { let path = dir.appendingpathcomponent(file) sceneview.scene.write(to: path, options: nil, delegate: nil, progresshandler: nil) }
Comments
Post a Comment