Ok,
A further update:
After doing some reading on this list, and some additional reading Apple's
site, I learned that Core Animation is being used.
Just for fun, I in my NSCollectionViewItem's NSView, I called
"setWantsLayers:YES". Suddenly my items started showing up!
(Well, they are showing u
Well,
After some troubleshooting, it looks like the NSView that is attached to the
NSCollectionViewItem object is missing its superview.
Does any know how this might be possible??
I can see my Subclassed NSView being created. AwakeFromNib works, as does
hitTest.
The drawRect does get called, bu
Hi Everyone,
I can't seem to get an NSCollectionView to render an of the
NSCollectionViewItems' NSViews.
I have an NSCollectionView that is bound to an NSArrayController's
arrangedObjects.
The NSCollectionViewItem is set up as a template, and also has its Outlet
attached to an NSView.
For fun