aaaaaaamie / TomatoesThatRot

A rotten tomatoes-ish app...
0 stars 0 forks source link

ios - homework project - RottenTomatoes - please review #1

Open aaaaaaamie opened 10 years ago

aaaaaaamie commented 10 years ago

Hi I've committed my code for the rotten tomatoes-ish app. Please review. :) /cc @thecodepath

aaaaaaamie commented 9 years ago

After talking to Tim yesterday after class, I made some modification to my code: Instead of using the activity indicator that comes with xcode interface builder, I used a HUD I found online at cocoacontrols.com.

timothy1ee commented 9 years ago

:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. A few notes after checking out the code:

In general, you should challenge yourself to create visually polished applications. That's where you'll find all the rough edges of the iOS framework and earn the next level of mastery.