shakeeld / Flicks

Movie database app
0 stars 0 forks source link

Week Two Flicks Sunday Submission #4

Open shakeeld opened 8 years ago

shakeeld commented 8 years ago

Hi, this is the completed week two Flicks App. /cc @codepathreview

minhkhang1795 commented 8 years ago

Hi,

:+1: Nice work! The point of this homework was to get familiar with two common forms of navigation in iOS (push and tab bar). It also provided a chance to extend your Flicks app in new ways.

You have to refresh once to load the Top Rated data because in your ViewDidLoad(), you forgot to change your code to use the proper endpoint ("now_playing" or "top_rated") in your url variable.

let url = NSURL(string: "https://api.themoviedb.org/3/movie/\(endpoint)?api_key=\(apiKey)")

We have a detailed Project 2 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.

Best, Khang CodePath Grader