Tagged Questions
0
votes
1answer
425 views
Filtering entries from a Core Data entity that appear in an NSPopUpButton list
I'm familiar with how to feed data from one Core Data entity into an NSPopUpButton item so that it can be selected for another. Bindings like so:
For the values themselves:
-> ...