vinitpatwa / Twitter

Twitter app developed as part of Codepath iOS Bootcamp
0 stars 0 forks source link

[iOS Bootcamp] Project 4 - Review My App #2

Open vinitpatwa opened 9 years ago

vinitpatwa commented 9 years ago

My App is complete /cc @codepathreview

codepathreview commented 9 years ago

Hi Vinit,

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: