omorandi / TiSMSDialog

Appcelerator Titanium Mobile module implementing an SMS sending dialog (similar to Ti.UI.EmailDialog)
MIT License
141 stars 27 forks source link

Attach photo to sms #12

Closed squirej closed 10 years ago

squirej commented 10 years ago

Is there a way to attach a photo to the sms?

omorandi commented 10 years ago

Not in the current implementation of the module, though since iOS 7 the MFMessageComposeViewController class supports an attachments property. The module could be extended in order to support it.

omorandi commented 10 years ago

please checkout the latest release where I added attachments support (8276be16ad27fd727f3b41478cc5fa61a07baee7)