0

I created UIActivityViewController and everything is ok with it functionality, but I have a question about custom header. How I can change the header (title, subtitle) of UIActivityViewController and add custom image to the icon on left side of activityView. I attached and image as example

denis_lor
  • 6,212
  • 4
  • 31
  • 55
Jack Daniel
  • 2,397
  • 8
  • 33
  • 58

1 Answers1

1

I found the solution by myself. I should use LPLinkMetadata with UIActivityViewController. Full tutorial you can find by this link Composing Rich Link Previews Using LinkPresentation in Swift.

And yes, this will work only on iOS 13 and above

Jack Daniel
  • 2,397
  • 8
  • 33
  • 58