Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stacey Adams committed Feb 22, 2015
2 parents 64cc483 + 2addd48 commit 3d0d3bd
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
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/).

0 comments on commit 3d0d3bd

Please sign in to comment.