I am having troubles with understanding how to load data with Core Data. This is what I have:
Entity named ‘People’
Attributes of this entity named ‘firstName’ (string), ‘lastName’ (string), ‘isSpecial’ (boolean), ‘isVerySpecial’ (boolean).
I want to get the first and last name of any person who is special or very special so that I can then put those names into labels and wherever I like as I wish. I have played about with fetch requests without luck.
Any help would be much appreciated, thanks.
Something like this should do it:
And then: