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
Post a Comment