Skip to content

Instantly share code, notes, and snippets.

@ryanisnhp
Created February 4, 2020 03:48
Show Gist options
  • Save ryanisnhp/2ae4fdfcf4e20dbd395f58e7da2f5315 to your computer and use it in GitHub Desktop.
Save ryanisnhp/2ae4fdfcf4e20dbd395f58e7da2f5315 to your computer and use it in GitHub Desktop.
func shareURLWithMetadata(metaData: LPLinkMetadata) {
let metadataItemSource = LinkPresentationItemSource(metaData: metaData)
let activity = UIActivityViewController(activityItems: [metadataItemSource], applicationActivities: [])
present(activity, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment