Garrett Moon
Garrett Moon
@Jason-Stan-Lee Can you post an example project that reproduces this?
@Jason-Stan-Lee is it something you're seeing occur a lot? Is there any particular version of iOS it occurs on?
Got it, thanks for the info!
No, it uses a runtime lock to protect file access. However, that sounds like a good enhancement to be made!
Looked into using NSFileCoordinator a bit. One problem: "If your app enters the background with an active file presenter, any other processes that perform a coordinated read or write on...
Ahh! Nice! The next concern I have is around performance. That's the next question to tackle :)
@Quanhua-Guan the disk cache initializes asynchronously in part to address these issues, but you're right, there may be a way to increase startup performance by storing metadata in a different...
This is awesome @rahul-malik, thank you for putting it together!
@rajeshs73 if you set the byteLimit immediately after initialization this shouldn't be an issue in practice (though I agree we should allow setting this on init) because the trimming doesn't...
Thank you for putting in all this work! I would like to avoid using a fork if possible on IGListKit… And since SPM currently doesn’t support running scripts there’s probably...