How do I share files using share sheet in iOS?
Swift 4.2 and Swift 5 If you already have a file in a directory and want to share it, just add it’s URL into activityItems: let fileURL = NSURL(fileURLWithPath: “The path where the file you want to share is located”) // Create the Array which includes the files you want to share var filesToShare = … Read more