hinasakazaki / tweeter-redux

tweeter, but with user profiles and hamburger menu!!!!!!!11111111
0 stars 0 forks source link

twitter redux is done! #1

Open hinasakazaki opened 9 years ago

hinasakazaki commented 9 years ago

again, a rush job because i was on vacation :( but I hope to refine it when I get the change. /cc @codepathreview

codepathreview commented 9 years ago

vacation? whats that? :)

thanks for the homework, detailed feedback later this week

-- dirk

codepathreview commented 9 years ago

Nice work! We added this homework so that you'll have the experience building an app that's more similar in complexity to a production app. It's also useful to have practical experience building a container view controller, which is a more advanced topic. The optional account switching feature is interesting because you have to think about how TwitterClient is caching the access token to make sure it works correctly for multiple accounts. Displaying the account switching screen is implemented using custom view controller transitions.

A few notes after checking out the code:

Congratulations on finishing the final assignment! It's impressive to realize that in just four weeks, you've gone from building a simple tip calculator app to a polished MVC client.

-- dirk