AdamBCo / PunctualTime

0 stars 0 forks source link

Shake to undo (2) #60

Open nathanhosselton opened 10 years ago

nathanhosselton commented 10 years ago

As a user, I would like to undo the accidental deletion of an event.

nathanhosselton commented 10 years ago

Can use applicationSupportsShakeToEdit property on UIApplication. Probably need to store the event object outside of the main array where it can be optionally retrieved and restore it if the user requests. Can remove corresponding notifications inside applicationWillTerminate.