Dear all,
My app allow user reorder rows in a view, but I want to reloadData after moving is done to change some thing (add some text to the first row).
I tried to reloadData in moveRowAtIndexPath method, but it makes the app hang because this method is called many time (according number of rows need to be moved) and the table view is reload many time.
So, I just want to know when the moving behavior is done then I reloadData in just one time. does anyone know about this? please help me. thanks you so much!