catilac / ChiTweet

CodePath Twitter Client
0 stars 0 forks source link

[iOS bootcamp] Review my app #4 #2

Open catilac opened 10 years ago

catilac commented 10 years ago

Finished all required, and 1 optional item. I built the profile view wrong initially, and didn't use a UITableView. Also, not using mantle in the previous project is probably the most serious technical debt.

Thanks!

/cc @timothy1ee @thecodepath

stepan commented 10 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: