-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/staceyadams/hw3_mailbox
- Loading branch information
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# hw3_mailbox | ||
Week 3 homework assignment for CodePath iOS Bootcamp | ||
Week 3 homework assignment for CodePath iOS Bootcamp: http://courses.codepath.com/courses/ios_for_designers/week/3#!assignment | ||
|
||
**Time spent:** 8 hours | ||
|
||
|
||
## Completed user stories: | ||
|
||
### On dragging the message left: | ||
* [x] Initially, the revealed background color should be gray. | ||
* [x] As the reschedule icon is revealed, it should start semi-transparent and become fully opaque. If released at this point, the message should return to its initial position. | ||
* [x] After 60 pts, the later icon should start moving with the translation and the background should change to yellow. | ||
* [x] Upon release, the message should continue to reveal the yellow background. When the animation it complete, it should show the reschedule options. | ||
* [x] After 260 pts, the icon should change to the list icon and the background color should change to brown. | ||
* [x] Upon release, the message should continue to reveal the brown background. When the animation it complete, it should show the list options. | ||
* [x] User can tap to dismissing the reschedule or list options. After the reschedule or list options are dismissed, you should see the message finish the hide animation. | ||
|
||
### On dragging the message right: | ||
* [x] Initially, the revealed background color should be gray. | ||
* [x] As the archive icon is revealed, it should start semi-transparent and become fully opaque. If released at this point, the message should return to its initial position. | ||
* [x] After 60 pts, the archive icon should start moving with the translation and the background should change to green. | ||
* [x] Upon release, the message should continue to reveal the green background. When the animation it complete, it should hide the message. | ||
* [x] After 260 pts, the icon should change to the delete icon and the background color should change to red. | ||
* [x] Upon release, the message should continue to reveal the red background. When the animation it complete, it should hide the message. | ||
|
||
### _Optional: Panning from the edge should reveal the menu_ | ||
* [x] _Optional: If the menu is being revealed when the user lifts their finger, it should continue revealing._ | ||
* [ ] _Optional: If the menu is being hidden when the user lifts their finger, it should continue hiding._ | ||
|
||
### _More Optional_ | ||
* [ ] _Optional: Tapping on compose should animate to reveal the compose view._ | ||
* [ ] _Optional: Tapping the segmented control in the title should swipe views in from the left or right._ | ||
* [ ] _Optional: Shake to undo._ | ||
|
||
|
||
## Walkthrough of all user stories: | ||
![Video Walkthrough] | ||
(hw3_mailbox_walkthrough.gif) | ||
|
||
GIF created with [LiceCap](http://www.cockos.com/licecap/). |