Disk
Disk copied to clipboard
Delightful framework for iOS to easily persist structs, images, and data
Added watchOS, tvOS, macOS support. Merged https://github.com/saoudrizwan/Disk/pull/66 Merged https://github.com/saoudrizwan/Disk/pull/53
I foolishly ran unit tests on my local machine without looking at the code first :\ I even agreed to give permissions to access/edit files in my Documents folder. Little...
There's no ability to copy file at one path to another. This method would be helpful
It would be good to have an ability to pass quality parameter when saving jpeg images. Or probably global variable like: `Disk.jpegCompressionQuality = 0.95` This would save half of disk...
[ZippyJSON](https://github.com/michaeleisel/ZippyJSON/) (a framework that I created), is a 3-4x faster version of JSONDecoder. Using it could be a big speed boost for consumers. However, the customization provided by https://github.com/saoudrizwan/Disk/pull/28 doesn't...
Hi guys, I've just made a helper method for copying files as suggested in issue #84. Hope it helps :)
I love `Disk`! I'd like to use this with my existing API, but I need the url where the file was stored. No worries if this doesn't go in, but...
https://github.com/mhdhejazi/CoronaTracker
Use NS_ERROR_ENUM and NSErrorDomain in Objective-C, which works nicely in NSError and as Swift Error. Errors can now be catched as `catch DiskError.noFileFound` without introducing a source breaking change. I...