Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Add tap-and-hold editing to the Launcher #6

Closed
jverkoey opened this issue Jun 15, 2011 · 6 comments
Closed

Add tap-and-hold editing to the Launcher #6

jverkoey opened this issue Jun 15, 2011 · 6 comments

Comments

@jverkoey
Copy link
Owner

The Nimbus launcher currently lacks the ability to edit the ordering of the launcher items. This is a pretty integral feature of Three20's launcher and differentiates it from other launcher libraries out there. It's pretty important that this be ported over.

That being said, it wasn't absolutely critical for 0.2 to get editing support working, which is why it was deferred as a bonus goal for a future version.

@rogchap
Copy link
Contributor

rogchap commented Aug 1, 2011

I'm happy to tackle this one.

@rogchap
Copy link
Contributor

rogchap commented Aug 1, 2011

Is the aim still to target 3.0?

i.e I can't use UILongPressGestureRecognizer ??

@jverkoey
Copy link
Owner Author

jverkoey commented Aug 1, 2011

I've been erring on gracefully degrading features in favor of simplicity for iOS 3.0 when it comes to gesture recognizers; they're just so damn easy compared to writing the logic ourselves :)

Yeah, I'd totally just use the gesture recognizer. Just make sure that it degrades gracefully on iOS 3.0.

Sent from my iPhone

On 2011-08-01, at 6:30 AM, rogchapreply@reply.github.com wrote:

Is the aim still to target 3.0?

i.e I can't use UILongPressGestureRecognizer ??

Reply to this email directly or view it on GitHub:
#6 (comment)

@rogchap
Copy link
Contributor

rogchap commented Aug 1, 2011

Sweet...I hate having NSTimers all over the place! :)

@0xdevalias
Copy link
Contributor

See pull request #34

@jverkoey
Copy link
Owner Author

#34 implements this task.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants