Is it possible to define a sectionKeyPath that is on a different entity?
I have a set of users which are the entities the fetchedResultsController is displaying. I would like to sort them into 2 sections, based on whether they have unread messages or not.
So I need to get the message using user.lastMessageId and then use message.viewed as the sectionKeyPath.