i use CoreData to store datas, and i have got some entities.
how can i do some custom statements through CoreData ?
so exactly i mean i don’t want to fetch all of records in datatable but for example “every elements where keyValue=something” and no more. or for example last 3 elements. etc, etc.
so what way can i do custom statements to fetch required datas ?
i use CoreData to store datas, and i have got some entities. how can
Share
This example fetch all records from entity “
entityName“, which “name” attribute is equal to “John”