Open etexier opened 9 years ago
One major issue I hit late yesterday: I am not using a storyboard, but IB. All the tutorial were using storyboard, so I had to proceed with my own hacks: Placing the search bar on top of the table view, kind of mess up the with the navigation bar. One solution I found was to include the search bar inside the navigation bar with the option. But then both the searchbar view and the navigation bar's search bar conflicted on the UI. Still, the search functionality works, though the UI experience is awful.
:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. For each point in the homework feedback checklist, I'll either confirm that you're on the right track with the implementation, or I'll provide some feedback:
movie
. In the custom setter of movie
, you should configure the various labels and images. This decouples your custom cells from the table view controllers.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.
--dirk
Thanks Dirk, /cc @codepathreview
I am actively involved in the rest2mobile project and I thought it would be a good use case. It also allowed me to fix a few bugs in rest2mobile as well :)
I appreciate your comments, I am still a rookie in app UI building and learning. Yes, I should have moved the cell setup inside the cell impl itself: just run out of time to clean up everything :) I'll take a look at the NYT code styling too.
Have a nice week-end (mine is completely booked with yelp app) -manu
My app is complete please review. /cc @codepathreview