Skip to content

EchoLunar/SandboxFileManager

 
 

Repository files navigation

SandboxFileManager

有时候需要查看本地文件,每次通过xcode导出安装包是不是特别麻烦呢,这个工具帮你解决这个顾虑

使用方式

pod 'SandboxFileManager', '~> 1.1.1'

或者直接拖动项目中的source到工程中

示例代码

 let VC = WXXFileListViewController()
        let nav = UINavigationController.init(rootViewController: VC)
        nav.navigationBar.isTranslucent = false
        self.present(nav, animated: true, completion: nil)

Image text

Image text

Image text

Tip

项目依赖的唯一布局框架是 snapkit哦~~

About

沙河文件查看工具

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 55.5%
  • Rich Text Format 36.9%
  • HTML 5.4%
  • Ruby 2.2%