Simliarly to our approach to new users, if we recieved an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.
should be
Similar to our approach to new users, if we received an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.
Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database we set the singleton with our custom setter method.
should be something similar to
_Now that we've created a User singleton, we need to make sure to set it. Once we receive the user from the database we set the singleton with our custom setter method.
or
Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database. We set the singleton with our custom setter method.
Multiple spelling/grammar issues
Simliarly to our approach to new users, if we recieved an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.
should be
Similar to our approach to new users, if we received an existing user on our login view controller, we also want to redirect them to the main storyboard by setting the window's root view controller.
Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database we set the singleton with our custom setter method.
should be something similar to
_Now that we've created a User singleton, we need to make sure to set it. Once we receive the user from the database we set the singleton with our custom setter method.
or
Now that we've created a User singleton, we need to make sure to set it once we receive the user from the database. We set the singleton with our custom setter method.