i am facaing this Warning:
A row cannot be deleted whilst the tableView is scrolling
while am delete a row on the table and the row do not delete from table .
however the table not scrolling !
i am facaing this Warning:
A row cannot be deleted whilst the tableView is scrolling
while am delete a row on the table and the row do not delete from table .
however the table not scrolling !
Hello,
This warning may also be seen if the tableView is moving, even a little. Are you sure it’s not moving by some “momentum” after you flick it up or down, even a very small amount?
Brent
yes i wait about 1 second after scrolling and still the warning come up and do not remove the row
razaq
Are you maybe using an old version?
Ok that isn’t it then.
however the row delete it from the remote database but not remove from the tableView
this solve the issue
tableView._view._velocity = 0
Hello,
This warning may also be seen if the tableView is moving, even a little. Are you sure it’s not moving by some “momentum” after you flick it up or down, even a very small amount?
Brent
yes i wait about 1 second after scrolling and still the warning come up and do not remove the row
razaq
Are you maybe using an old version?
Ok that isn’t it then.
however the row delete it from the remote database but not remove from the tableView
this solve the issue
tableView._view._velocity = 0