Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 934 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 934 Bytes

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