yatchoi / Tweeter

Twitter client for iOS Codepath
0 stars 0 forks source link

Twitter Client complete #1

Open yatchoi opened 8 years ago

yatchoi commented 8 years ago

Completed twitter assignment: @codepathreview

I didn't get to spend as much time on this as I'd have liked, and I lost a lot of time doing programmatic AutoLayout.

nickai commented 8 years ago

Nice work Yat! We designed this homework so that you can get 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.

A couple of notes after checking out your code / gif:

You can also find our overall Twitter assignment feedback guide below: