UIActivityViewController Facebook sharing URL + IMAGE and URL + TEXT not working
问题 Please don't mark duplicate already seen iOS11: UIActivityViewController not successfully sharing UIImage to 3rd party apps So I am trying to share Image + URL with UIActivityViewController . However when tap on facebook it only show URL , Image is not showingup Here is my code @IBAction func btnShareTapped(_ sender: UIButton) { if let image = self.imgBackground.image, let jpgImage = UIImageJPEGRepresentation(image, 0.8) { let shareItems:Array = [jpgImage,URL(string: "https://www.facebook.com