Skip to content

The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器,可以查看、拷贝、移动、删除等操作

License

Notifications You must be signed in to change notification settings

DamonHu/DDFileBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

If you want to control VC navigation yourself, you can use DDFileBrowserVC.

let vc = DDFileBrowserVC()
self.navigationController?.pushViewController(vc, animated: true)

Preview

File List File Type Icon

Function example

License

The project is based on the MIT License

About

The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器,可以查看、拷贝、移动、删除等操作

Topics

Resources

License

Stars

Watchers

Forks

Languages