On my iPhone app, I use TWTRLogInButton to create Twitter log in button, and it works okay except one problem.
Even after success log-in, the button does not change its appearance, so some users are not sure if they succeeded to log in in the user tests.
This should be a common problem, I looked for some method like this on Fabric document, but no luck.
The only way to solve this is to create a button by myself for “after-log-in”?
Any advice is appreciated.