lindseyboyden / dropbox-assignment

0 stars 0 forks source link

[iOS Designer Bootcamp] #1

Open lindseyboyden opened 8 years ago

lindseyboyden commented 8 years ago

/cc @codepath

pretty confusing

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!

You can reduce some confusion by following proper naming conventions and keeping your naming consistent.

For instance when creating new view controller files, name them something like: SignInViewController, SingInPhotosViewController

instead of names like: SignIn_VC, "Sign in Photos ViewController"

Naming and consistency of naming style is very important! Try to follow the existing patterns and conventions and this should already reduce confusion by a significant margin!