cestewar / dropbox-assignment

with code
0 stars 0 forks source link

Forgot to submit code! [iOS Designer Bootcamp] #1

Open cestewar opened 8 years ago

cestewar commented 8 years ago

Sorry, Nick

/cc @codepath @codepathreview @thecodepath

drnick23 commented 8 years ago

This weeks goal was to achieve parity with prototyping frameworks by learning how to layout views, create hotspots, and navigate between screens using various animations.

Well done on hitting all the requirements and going for some extra optionals, especially when trying out the popToRootViewController. Trying new things outside the scope of the homework is a great way to get featured :)

If you wanted all your intermediate typing screens to pop to the root, you could have included the button and same code on each. In fact, this is one special case where since they all do the same thing, you could have created one file called "IntermittentTypingViewController", and wired up each view controller to that same file. In practice, though, it is rarely the case that you'll get to re-use files this way.

Since you have some javascript experience, I'd like to see you hit all the optionals for next week!