Skip to content

Conversation

@MasterCarl
Copy link

I adapted FileBrowser for another project I'm working on, which displays a file system loaded from a JSON REST API. This is a work in progress since I still want to refactor some of my code, fix bugs and add the possibility of loading folder content asynchronously, but maybe you have some comments already.
Although the high-level usage of FileBrowser didn't change, I made some extensive changes to the underlying code. If you think this changes too much, I'd be happy to maintain it as a fork.

@marmelroy
Copy link
Owner

Hi @MasterCarl,

Thanks for working on this. I like the concept and am intrigued by your approach.

Please let me know when you consider it "done" so I can properly review it. I had a quick look at the code and I'm not so sure about adding a third-party dependency like Alamofire. If you are only using it for the LoadingViewController please consider replacing with NSURLSession.

I don't think that this is a relevant option
@MasterCarl
Copy link
Author

@marmelroy I'm done for now. Feel free to review!

@amosavian
Copy link

@marmelroy You may consider using my library to implement remote file access, including iCloud Drive, WebDAV, Dropbox and OneDrive.
https://github.com/amosavian/FileProvider

@MasterCarl MasterCarl changed the title WIP: Support for custom file systems and remote files Support for custom file systems and remote files May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants