chasekaylee / Flicks

An app that lets users view the top movies in theaters.
0 stars 0 forks source link

Flicks pt2. Please review my app! #2

Open chasekaylee opened 8 years ago

chasekaylee commented 8 years ago

My app is complete, please review. /cc @codepathreview

codepathreview commented 8 years ago

:+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.

Good job using UIScrollView in Details View Controller. But there's a small issue. With some movies having long review, the scroll view isn't tall enough to show all the text (you can view Inside Out movie).

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.