SCCapstone / NanoBadgers

https://sccapstone.github.io/NanoBadgers/
1 stars 0 forks source link

Add option to save login #109

Closed kkasprak closed 7 years ago

kkasprak commented 7 years ago

There were several pages without a back button, so I'd have to close out of the app and then go back into it. Unfortunately, this meant I had to login every time that happened. It might be helpful to add the option for saving your login information.

carapennington commented 7 years ago

If player is already signed in then when clicked login it takes you to level page otherwise it take you to login page. Need to add sign out button still.

carapennington commented 7 years ago

Added sign out button and back navigation to all view controllers.