mludowise / Swift-Bootcamp_Project1_Dropbox

0 stars 0 forks source link

[iOS Designer Bootcamp] Project 1 - Dropbox #1

Open mludowise opened 10 years ago

mludowise commented 10 years ago

Ready for review. /cc @thecodepath

tonysherbondy commented 10 years ago

Good work Mel! I like the work to refactor the FakeTypingController. A couple things to note:

  1. You left the existing workflow the same as the create new user workflow.
  2. You left a disconnected swipeGesture function on the first welcome screen causing your app to crash on swipe.

I think its awesome that you are experimenting with the Swift language, but I would ask you to also consider trying out some of the optional assignments as well. I think you will find that even for someone with programming experience they will expose you to some interesting iOS things. They will get more interesting as weeks go on.

mludowise commented 10 years ago

Thanks for the feedback!

For #1, the assignment didn't specify that the screens needed to be different, so I didn't even notice until someone pointed it out to me after I submitted the assignment. You might want to update the wording in the assignment to be more specific.