How can I create triggers or something equivalent for core data model in my app?
My core data model have many entities and these entities are not in any relationship.
I want to fire a trigger whenever a new data is added or whenever data is modified in core data.
Thanks.
You can use NSFetchResultController in this kind of situations. You can find more detail in this tutorial.