overshare / overshare-kit

A soup-to-nuts sharing library for iOS.
MIT License
1.81k stars 132 forks source link

Add support for mime attachments to email messages other than images #55

Closed csteynberg closed 10 years ago

csteynberg commented 10 years ago

Currently there is only support for attaching images to email messages. Since I needed the ability to add files of different types, I added the ability the code attached to do so.

It adds a simple class to provide the attachment information which is then added when the mail compose view is created.