I am trying to share both image and text in swift. but when i choose to share via facebook, messenger or whatsapp it only gives text (image is not shared). I am using UIActivity
I achieve this with the help of VisualActivityViewController which is present in this GitHub repository
VisualActivityViewController
It gives me a nice, custom view as well--one that shows the user both the text and image that the user is going to share.