zskyfly / twitter

Revamped demo twitter iOS client for codepath bootcamp using hamburger menu
Apache License 2.0
0 stars 0 forks source link

[Lyft iOS Bootcamp] Project 3: Twitter #3

Open zskyfly opened 8 years ago

zskyfly commented 8 years ago

@codepathreview Twitter app v1 is ready for review.
Apologies I am 30 mins late, my account was getting rate limited so I had to delay to complete the video walkthrough.

sumade commented 8 years ago

:+1: nice work. With this assignment, we've now explored all the main patterns for building MVC clients! If this were 2009, you would be well on your way to building most apps that you could find in the app store. Over the next few weeks, we'll be focusing on custom views and view controllers to implement the interactions and visual effects that we find in more modern iOS apps.

We have a detailed Project 3 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. For example, you show retweets by putting "RT" in front of the tweet, but what about dynamically adding a "retweet label" and showing the profile image of the original tweeter? This would mimic the behavior of the actual twitter app. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

This was a very challenging assignment, congrats on completing it successfully!