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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -