tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

After user signs up, they should be sent to the ride offerings page, not back to the login screen #72

Open nashirj opened 3 years ago

nashirj commented 3 years ago

When returning from the modal segue, check if PFUser.current != nil. If someone is logged in (which happens when a user is signed up), transitionToMain() should be called