You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
I use TwitterKit to make Login function in my app. When call TWTRTwitter.sharedInstance().logIn() function (on my ViewControllerA), an AlertViewController shows up. I hit Cancel, after a while, my ViewControllerA is dismissed. AlertViewController here
I searched TwitterKit's source code but found nothing that shows AlertViewController nor dismissViewController when hit Cancel.
Please help me find out the reason.
Thank you all.
Expected behavior
Only AlertViewController disappear
Actual behavior
After hitting Cancel button a while, my ViewController is dismissed too.
Environment
iPhone 5s
iOS 10.3
Twitter app is already installed
The text was updated successfully, but these errors were encountered:
I use TwitterKit to make Login function in my app. When call TWTRTwitter.sharedInstance().logIn() function (on my ViewControllerA), an AlertViewController shows up. I hit Cancel, after a while, my ViewControllerA is dismissed.
AlertViewController here
I searched TwitterKit's source code but found nothing that shows AlertViewController nor dismissViewController when hit Cancel.
Please help me find out the reason.
Thank you all.
Expected behavior
Only AlertViewController disappear
Actual behavior
After hitting Cancel button a while, my ViewController is dismissed too.
Environment
iPhone 5s
iOS 10.3
Twitter app is already installed
The text was updated successfully, but these errors were encountered: