标签: ios filesystems ios10 nsfilemanager
我使用array获取NSFileManager个文件。
array
NSFileManager
它们按name排序,我将它们命名为number_of_file.format。
name
number_of_file.format
我把它们放在UITableView中。在UITableView中,用户可以向上或向下移动文件。
UITableView
在代码中,我必须更改index中文件的array,但如何根据用户移动更改其在文件夹中的位置,例如moveRowToIndexPath方法?
index
moveRowToIndexPath