QMChatViewController-ios icon indicating copy to clipboard operation
QMChatViewController-ios copied to clipboard

How to assign UIImage to message without using URI?

Open apwelsh opened this issue 7 years ago • 0 comments

I see in the example app how to add images, hiwever, I am using a caching engine for my images, not actual files on the filesystem, not standard web URLs. How do I add a UIImage attachment, or NSData encoded image, from an in-memory reaource (no URI)?

Should I create a custom message cell somehow, to handle this instead?

apwelsh avatar Jun 01 '18 06:06 apwelsh