Open GabrielAguilera opened 8 years ago
After a successful login, the segue doesn't happen until viewDidAppear() picks up the change which means the Logout Button is briefly visible.
I tried doing the segue in loginButton() but because the Safari auth view is still up, it doesn't end up doing the segue.
It looks like this is a weird quirk of FBLoginButton: Link
After a successful login, the segue doesn't happen until viewDidAppear() picks up the change which means the Logout Button is briefly visible.
I tried doing the segue in loginButton() but because the Safari auth view is still up, it doesn't end up doing the segue.
It looks like this is a weird quirk of FBLoginButton: Link