I have an core data model as follows
The attributes
property of Page
is a set of DictionaryEntry
, they are values for my Page objects, much like a standard NSDictionary
(except all of the keys
and values
are strings)
I have a Page
that has a DictionaryEntry
with key="title"
and value="Home"
. How would i form a fetch request to load that specific page?