twitter-archive / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
690 stars 448 forks source link

Please Update the Sharing Documentation #31

Closed deffs closed 6 years ago

deffs commented 6 years ago

App Must Contain this code in AppDelegate to present the Composer after login/account connection. Otherwise dismiss happens without composer being launched.

func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {

        TWTRTwitter.sharedInstance().application(app, open: url, options: options)

        return true
    }
katejlee commented 6 years ago

I have add the change. Thank you for catching it!