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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -