swipe to delete uitableview cell; a bit jumpy?
Posted
by
Veeru
on Stack Overflow
See other posts from Stack Overflow
or by Veeru
Published on 2011-01-14T05:52:33Z
Indexed on
2011/01/14
5:53 UTC
Read the original article
Hit count: 150
I have implemented "swipe to delete" on my table cell. It works fine, how ever, the delete button is a little jumpy; as in, i really have to position my finger on top of the button and carefully touch it to delete the record.
I am not sure if am making it clear; let me do my best to explain
When the delete button appears; the user has trouble clicking on it, it disappears the moment its clicked. THe user has to try a few times to actually delete the cell. Am not sure what the reason is, it just seems like the delete button gets hidden as though the user has clicked on a different part of the cell.
Any suggestsions?
© Stack Overflow or respective owner