Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Created January 31, 2018 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejanskledar/238170703c86a28b1071b548da1ac935 to your computer and use it in GitHub Desktop.
Save dejanskledar/238170703c86a28b1071b548da1ac935 to your computer and use it in GitHub Desktop.
PDFKit Example
guard let data = self.pdfDocument.dataRepresentation() else { return }
let activityController = UIActivityViewController(activityItems: [data], applicationActivities: nil)
self.present(activityController, animated: true, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment