DDFileBrowser
DDFileBrowser copied to clipboard
The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器,可以查看、拷贝、移动、删除等操作
DDFileBrowser
The iOS sandbox file browser can view, copy, move, delete files and other operations. Use quick look framework to preview and long press to display more operations.
Independent integration
cocoapods
pod 'DDFileBrowser'
Use
DDFileBrowser.shared.start()
you can get the file type of the specified path by this function
DDFileBrowser.shared.getFileType(filePath: path)
Preview
| File List | File Type Icon |
|---|---|
![]() |
![]() |
Function example

License
The project is based on the MIT License

