Re: CALayer shadows and CGContext clip rect

2023-01-11 Thread David Young via Cocoa-dev
On Tue, Jan 03, 2023 at 10:03:30AM -0800, David Duncan wrote: > While you may have solved your problem, your general approach is not one that > would be recommended – CALayers are not meant to be drawn into a context, but > rather added to a layer tree to be rendered by the system. For what you

Re: NSCollectionView, disappearing items on reloadData

2023-01-11 Thread Arved von Brasch via Cocoa-dev
Hi List, A follow up. I’m reasonably sure this was a binding issue. I had connected the ‘dataSource’ outlet and implemented the data source methods and also bound the NSCollectionView to the ‘arrangedObjects’ binding of the same NSArrayController. The binding always failed, but using the data