twitter-kit-ios icon indicating copy to clipboard operation
twitter-kit-ios copied to clipboard

Twitter Login dismiss my ViewController when hitting Cancel button

Open ducnv55 opened this issue 5 years ago • 2 comments

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

ducnv55 avatar Aug 13 '18 09:08 ducnv55