loredanacrisan / Carousel

0 stars 1 forks source link

[iOS Designer Bootcamp] Homework Week 2 #1

Open loredanacrisan opened 10 years ago

loredanacrisan commented 10 years ago

Completed, please review. /cc @thecodepath

drnick23 commented 10 years ago

The purpose of this homework was to leverage views, view properties, and events to create a high fidelity prototype that is difficult to distinguish from a production app. You needed to demonstrate how to work more in depth with scroll views, handle user input to control flow, and show transition states such as the loading indicator.

Good work getting all the required tasks in and doing the optional animation on the intro screen. You'll see in class some examples of how to write code that uses less lines -- when you see repetition in your code you know there has to be a way for the program to do more work for you! Did the animations take a lot of your time?

To make your code more readable, take a little care in aligning the brackets and lines -- this will help you find your place in code much quicker, and also is less prone for bugs.