Week 1 Project: Dropbox
Due: Sunday, February 7th at 11:59pm
Time spent: 14 hrs
Overview
The purpose of this homework is to use Xcode to implement the flow between the screens of an application. We're going to use the techniques from this week to implement the Dropbox app from the signed out state to the basic signed in state.
Project Requirements
- [x] User can tap through the 3 welcome screens.
- [x] User can follow the create user flow.
- [x] On the create user form, the user can tap the back button to go to the page where they can sign in or create an account.
- [x] Before creating the account, user can choose to read the terms of service.
- [x] After creating the account, user can view the placeholders for Files, Photos, and Favorites as well as the Settings screen.
- [x] User can log out from the Settings screen.
- [x] User can follow the sign in flow.
- [x] User can tap the area for "Having trouble signing in?"
- [x] User can log out from the Settings screen.
Project Optionals
- [x] Optional: Add a detail view for one of the files and implement favoriting the file.
- [x] Optional: Add UITextFields for the forms so you can actually type in them and handle dismissing the keyboard.
- [x] Optional: You should be able to swipe through the welcome screens instead of just tapping them.
- [x] Create a custom free form view controller that is wide enough for 4 screens.
- [x] Add a UIScrollView with paging enabled.
- [x] Add 4 UIImageViews for the welcome screens.
Extracurriculars
- [x] Add Page View Controllers to Welcome Screen Scroll View
GIF
Walkthrough of requirements and optionals:
GIF created with LiceCap.