messageUI.framework useful in sending pictures?

152 views Asked by At

Can one use messageUI.framework in swift to send photos to someone the way snapchat does? I've done it using parse, but looking for a different way.

1

There are 1 answers

0
darshan On BEST ANSWER

You can not use messageUI.framework for sending the photos. if you want snapchat functionality you should use XMPP.
This is iOS framework for XMPP https://github.com/robbiehanson/XMPPFramework also, you should require XMPP server

For XMPP server please, check openfire and ejabberd