我正在编写一个 iOS 应用程序.在我的应用程序中,我想将一些文件从一个文件夹复制到另一个文件夹.但由于有些文件太大,复制完成需要很长时间.所以我想添加一个进度条来显示副本的百分比.但是我发现文件管理器没有回调方法来获取百分比.有没有人有好的解决方法?
I am writing an iOS app. In my app, I want to copy some files from one folder to another. But because some files is too large, it will take a long time to finish the copy. So I want to add a progress bar to show the percentage of the copy. But I find that the file manager has no callback method to get the percentage. Does anyone have the good solution to it?
在高层:
current_size
.current_size/total_size
这篇关于如何在iOS中显示复制大文件的进度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!