Notify about changes in properties for master data?

The user will be able to add or change a value (a property in my model with the main data) in one view, when the user switches to another view, I want to show the added / changed value with animation.

Is there a way to get notified that a change or update has occurred for a property with master data?

+3
source share
1 answer

Look at the implementation of the class method keyPathsForValuesAffecting<key>

Link

+2
source

Source: https://habr.com/ru/post/1714650/


All Articles