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.
cocoapods
pod 'DDFileBrowser'
DDFileBrowser.shared.start()
you can get the file type of the specified path by this function
DDFileBrowser.shared.getFileType(filePath: path)
File List | File Type Icon |
---|---|
Function example
The project is based on the MIT License