Maybe I don't understand how to use a NSArrayController
correctly, but here's my situation.
I have my entities set up like this: Account -> Folder -> Chat
. So I'll have lots of chats for a specific folder entity. I'm wanting my array controller to only be bound to chat entities from a specific folder entity. What's a way I can go about this? I have a reference to the folder entity that I want the chats from.