Seeing the same behavior. Not sure what's going on, but I was able to work around it by making the reuse identifier the same as the nib name. E.g.:
class ListItem: NSCollectionViewItem {
static let reuseIdentifier = NSUserInterfaceItemIdentifier("ListItem") // was "list-item-reuse-identifier"
...
I suspect I'm now picking up some fallback behavior.
-Steve
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: