Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.27 KB

README_en.md

File metadata and controls

47 lines (27 loc) · 1.27 KB

ZXFileBrowser

中文文档

If you need to quickly integrate multiple debugging functions, such as log viewing, network speed testing, file viewing and so on, please use DamonHu/ZXKitSwift

The plug-in has been integrated in ZXKitSwift by default, if you have already integrated ZXKitSwift, there is no need to repeat the integration

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 'ZXFileBrowser'

Use

ZXFileBrowser.shared.start()

you can get the file type of the specified path by this function

ZXFileBrowser.shared.getFileType(filePath: path)

Preview

File List File Type Icon

Function example

License

The project is based on the MIT License