Open minhchau273 opened 8 years ago
Something went wrong with your pod. I have to delete Podfile.lock
, *.xcworkspace
and Pods
folder then run pod install
again. Everything works well now.
:+1: Nice work. I really enjoy your indicator shown at the first run time. 🌟 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.
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.UIContentMode
of the UIImageView
. By default, it will stretch the image to match your dimensions, which is probably not what you want.You may not use UIAlertController or a 3rd party library to display the error.
). One more thing, you should edit the alert message here.
Thanks for spending so much time on the homework! If you ever get stuck, please ask as many questions as you can.
Hi Nhung,
I cannot install pod in your project. Can you double check?
-Chau