todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
380 stars 109 forks source link

Swipe left to delete a task #121

Closed ginatrapani closed 11 years ago

ginatrapani commented 12 years ago

Swipe to complete is one of this app's best features. Let's also add swipe to delete.

If user swipes right across task, the button that appears will be Complete (as it is now). If user swipes left across a task, display a Delete button which deletes a task when tapped.

cprichard commented 12 years ago

I like.

mcguiresm commented 12 years ago

I am currently working on this

mcguiresm commented 12 years ago

Thoughts on doing some thing like this http://idevrecipes.com/2011/04/14/how-does-the-twitter-iphone-app-implement-side-swiping-on-a-table/ ? Then someone can just swipe and choose to either choose to mark complete/incomplete, delete, or archive, etc.

cprichard commented 12 years ago

Looks like an excellent, extensible solution. Go for it!

ginatrapani commented 12 years ago

Yup, I like it. Let's try it.

On Tuesday, March 13, 2012, Craig Prichard < reply@reply.github.com> wrote:

Looks like an excellent, extensible solution. Go for it!


Reply to this email directly or view it on GitHub:

https://github.com/ginatrapani/todo.txt-touch-ios/issues/121#issuecomment-4472345

http://ginatrapani.org

ginatrapani commented 11 years ago

Superseded by #172