You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good job! The point of this homework was to explore some challenges involved in developing a richer MVC client. Below is the checklist I went through when reviewing your application.
Did you create a custom Tweet cell and properly set up Auto Layout constraints?
Did you augment the User and Tweet model with the required properties?
Does tapping on a Tweet take you to a detailed Tweet view?
Is the detailed Tweet view styled like the mock?
Did you add both standard and retina (@2x) image assets? A new feature of XCode is to use the Images.xcassets, it makes it easier to handle the standard and retina assets. If you only included standard assets, it will be scaled for retina displays which makes them a little blurry.
Does tapping on retweet and favorite increment the retweet and favorite count? If I go back to the index and tap on the same tweet again, is the tweet still marked as retweeted or favorited with the correct count?
Does the compose view restrict the number of Twitter characters?
/cc @nesquena @timothy1ee
Here's my submission for the Twitter app.
All feature stories are there.
There's definitely room for improvement, especially around the detail view constraints, but it's working :)
Note that I didn't use the reference project, and started from scratch.
The text was updated successfully, but these errors were encountered: