cmike444 / CodePath_Project_2

0 stars 0 forks source link

[iOS Bootcamp] Project 2 #1

Open cmike444 opened 9 years ago

cmike444 commented 9 years ago

Project 2 completed. /cc @codepath

drnick23 commented 9 years ago

The goal for this assignment was to be able to take a set of mocks, and implement them with a high degree of fidelity and interactability, including error and loading states.

Good job on getting a few of the extra optionals.

One minor item you missed, was the transition from signing in successfully to the next view controller. This could be done by using an alertController and presenting it with no actions, and then doing a alertController.dismissViewController to hide it before the segue.