GabrielAguilera / RoomEase

EECS 441 - W16 Project
1 stars 0 forks source link

Logout Button Briefly Appears After Successful Login #15

Open GabrielAguilera opened 8 years ago

GabrielAguilera commented 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