iOS - Share image + text to WhatsApp?

旧街凉风 提交于 2019-12-02 20:42:44

Currently there is no way that you can share both image and text together on whatsapp. Sharing both image and text together is not handled from the whatsapp side.

So, at a time you can share only image or text.

from my experience and knowledge "UIDocumentInteractionController" is the only way of doing it for now...

iOSAaronDavid

You can use the UIDocumentInteractionController as mentioned in the 2nd answer to this question as of August 4, 2014: Share image/text through WhatsApp in an iOS app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!