rahulkrsna / TweetBox

iOS course. Twitter Clone :: Network Authentication :: Session Management :: Data Persistence.
0 stars 0 forks source link

Week [5] - Submission #2

Open rahulkrsna opened 8 years ago

rahulkrsna commented 8 years ago

I have finished the Twitter Clone app. I have completed all the basic features and partially the optional ones. Please review the same. /cc @codepathreview

avo1 commented 8 years ago

:+1: 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. 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.

Good job having the new tweet show up immediately without resfresh/reloading.

We have a detailed Project 5 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.

Dave CodePath