vishyp / twamburger

0 stars 0 forks source link

Submitted #1

Open vishyp opened 9 years ago

vishyp commented 9 years ago

@codepathreview

PS: I struggled with the Hamburger view controller but I think I finally figured out the logic after closely following online tutorials. There is quite a bit of code that should be refactored now that I see how it works. But this week has been a bit intense with other stuff, so doing the essentials to meet the deadline.

codepathreview commented 9 years ago

Hi Vishy,

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: