I have a UITableView in my iOS app that gets refreshed periodically. The user is also able to move the tableview rows at all times (the tableview is always in editing mode).
I want to stop the refresh timer when the user starts dragging a row and start it again when the row is dropped.
The last part should be easy with moveRowAtIndexPath
, but how to get notified about drag start?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…