Re: Concurrent loading of images ?

2020-05-09 Thread Jim Crate via Cocoa-dev
> On May 9, 2020, at 07:41, Gabriel Zachmann wrote: > >  >> Also, if you’re already getting a CGImageRef using >> CGImageSourceCreateImageAtIndex, why not just set imgLayer.contents to the >> CGImageRef? > > sorry, my previous response regarding this was incomplete. What I am doing is > th

Re: How to check whether directory tree has changed?

2019-12-21 Thread Jim Crate via Cocoa-dev
You want the FSEvents API. I’m pretty sure you can specify the start time for the events, and subdirectories are included. My app specifically discards events before I start monitoring. Jim Crate > On Dec 21, 2019, at 11:09, Gabriel Zachmann via Cocoa-dev > wrote: > > Is there a quick and

Re: Future of Cocoa

2019-11-21 Thread Jim Crate via Cocoa-dev
On Nov 21, 2019, at 5:43 PM, Pascal Bourguignon via Cocoa-dev wrote: > The Apple ecosystem implies an extraordinary maintenance load. > Specifically, your application must provide enough revenue to pay for a > couple of developpers only to track the changes Apple makes to the API, and > updat