Is there any way to initiate a login without using the TwitterLoginButton. All examples that I could find use a TwitterLoginButton. I’d like to do the exact same thing that TwitterLoginButton does when it’s clicked.
Hi,
Yes, you can initiate login without using the TwitterLoginButton. Take a look at https://twittercommunity.com/t/can-we-customize-the-twitter-sign-in-button-with-fabric/27880/2
https://dev.twitter.com/twitter-kit/ios/twitter-login describes the Log In Method [Twitter logInWithCompletion:] that is applicable for your use case.