skip to Main Content

Share to snapchat like facebook and twitter? – Twitter API

Is there any way to share to Snapchat like we do in facebook share and twitter share? Example code for Facebook share: var facebookSheet:SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) facebookSheet.setInitialText("Share on Facebook") self.present(facebookSheet, animated: true, completion: nil) I see snapchat API is…

VIEW QUESTION
Back To Top
Search