ios - Send camera picking images as sms using MFMessageviewController -


how send images mms if it's taken camera not gallery, below code working fine gallery not able add image if take camera.

for in 0..<self.imagesurlarray.count {     let fileurl = self.imagesurlarray[i]     controller.addattachmenturl(fileurl as! url, withalternatefilename: nil) } 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -