Relative Content

Tag Archive for ioscore-data

Core Data didChangeObject is not fired on insert

I am saving a transaction to a budget and I am trying to fire the didChangeObject delegate function when a new transaction is saved. For delete operation, it is getting called but not for insert.