:+1: Nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. You learned about UITableViews, custom UITableViewCells, navigation from a UITableView, and basic networking.
Grading Summary:
Functionality: Good
Code Style:Good
Visual Design: Excellent
Usability: Good
Overall: Good
Detailed Notes
Be sure to follow the Swift code styling conventions for the homework. Please read this style guide for more detail. Style is important!
You can consider SwiftyJSON is a useful project for making it easier to deserialize the JSON response, we will cover how to implement models that can deserialize from an NSDictionary.
That would be nice is if you handled the "no results" case gracefully,
You can use SegmentControl to toggle between Tableview and Griddview. To do the Gridview use UICollectionView to implement the grid view,
:+1: Nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. You learned about
UITableViews
, customUITableViewCells
, navigation from aUITableView
, and basic networking.Grading Summary:
Overall: Good
Detailed Notes
Great job. Keep up the good work. 👍