skip to Main Content

Post UIImage to Instagram using Swift similar to SLComposeViewController – Twitter-api

I have an iOS Xcode 7 Swift 2 project I'm working on. The app posts photos to Facebook and Twitter using: var shareToFacebook: SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) and var shareToTwitter: SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeTwitter) Love how easy and simple for…

VIEW QUESTION
Back To Top
Search