Closed deffs closed 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 }
I have add the change. Thank you for catching it!
App Must Contain this code in AppDelegate to present the Composer after login/account connection. Otherwise dismiss happens without composer being launched.