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.
Time spent: 5 hours
- User can tap through the 3 welcome screens.
- User can follow the create user flow.
- 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.
- Before creating the account, user can choose to read the terms of service.
- After creating the account, user can view the placeholders for Files, Photos, and Favorites as well as the Settings screen.
- User can log out from the Settings screen.
- User can follow the sign in flow.
- User can tap the area for "Having trouble signing in?".
- User can log out from the Settings screen.
- Add a detail view for one of the files and implement favoriting the file.
- Add UITextFields for the forms so you can actually type in them and handle dismissing the keyboard.
- You should be able to swipe through the welcome screens instead of just tapping them.
Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):
- Multiple states of a screen: Is there a way to use Storyboards and 'inherit' the state of the previous view controller?
- For a while page scroll was very slow - but improved later on. I wasn't quite sure why it was like that.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
- Any libraries or borrowed content: none