jeffpersonified / carousel_prototype

Carousel Assignment for Codepath
1 stars 0 forks source link

[iOS Designer Bootcamp] Assignment 2 - Carousel #1

Open jeffpersonified opened 10 years ago

jeffpersonified commented 10 years ago

@thecodepath my Carousel prototype is complete. Please review.

Completed required.

Optional:

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.

Nice work getting all the required tasks in and having fun with a lot of the optionals! In looking through your code I also see some things like globals, extensions, delegates, which looks like you've been exploring a lot about how to do different things too. I will touch upon good and bad practices in class which will also help you structure your code to allow it to scale up nicely as complexity is added.