moflo / openspringboard

UIKit based Spingboard clone, similar to Three20's TTLauncherView. (Update Aug-9-2011: finally have time to refactor this for iOS5 custom container view controllers)
http://fieldforceapp.com
MIT License
242 stars 38 forks source link

Two-presses are required to move the icons #6

Closed moflo closed 2 years ago

moflo commented 13 years ago

WIP: in this push, two presses are required to move the icons -- a long-press gesture (1 second) is required first, followed by a second press & drag on the scaled icon; this needs to be one continuous long-press, hold & drag motion.

moflo commented 13 years ago

We haven't found a way to intercept a long-press gesture and feed it back up the UIResponder chain such that the touchesMoved: responder method can be saved. We'll plan to leave this a two step process: long-press turns on the move icon mode (icon dancing...) a second press is required to move the selected icon; when that press finishes the dancing stops. Added a simple reveal animation to the selected icon to indicate this new mode.