Open minhchau273 opened 8 years ago
:+1: Congratulation! You're the first one submitting this assignment. 🎉 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.
Detailed Notes
poster_path
param in API. Check it again, bot girdView and tableView. Image belowgridView: UICollectionView
is correct but it is not good. Because girdView is name of component in Android. In iOS, we should define collectionView: UICollectionView
to follow iOS styleUIScrollView
to show content of Movie. Should remove red color in background, it not friendly for user DetailViewController
to MoviesViewController
, I don't want to reload data, look like Instagram application. And UIRefreshControl
just worked on GridView
, I can not use it on ListView
Using
LineOfNumber
inUILabel
to limit content to show. If user want to read more detail, they can tap on cell.
- Nice for using
AFNetworkReachabilityManager
to check network and show friendly error message to user.- I found duplicated code when you fetch data from API. We can mix 2 function in to one
fetchMovieDataFromAPI
andrefreshControlAction
.
Great job dedicating enough time to do the homework. You learned a lot! Keep up the good work. 🏇
Hi @Snorfermino,
It looks like you haven't pushed the latest code to your repo yet. Please update asap and let me know when you complete.
-Chau