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
Asked
Active
Viewed 3,373 times
0
-
Does this help https://stackoverflow.com/q/57850483/3564632 ? – denis_lor Feb 10 '20 at 11:14
1 Answers
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