-
Notifications
You must be signed in to change notification settings - Fork 224
Support for custom file systems and remote files #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Change FBFile to use separate properties for file tree and data URLs
24b975e to
31c1a91
Compare
|
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
|
@marmelroy I'm done for now. Feel free to review! |
|
@marmelroy You may consider using my library to implement remote file access, including iCloud Drive, WebDAV, Dropbox and OneDrive. |
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.