marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Replacement for -didChangeValueForFieldName:fromValue:toValue: #45

Closed ahti closed 10 years ago

ahti commented 10 years ago

With the new KVO-less approach, I guess you don't plan to include a replacement for -didChangeValueForFieldName:fromValue:toValue:? If you don't, feel free to close this right away, I just wanted to ask wether I need to roll my own KVO now.

(I found it to be rather useful though. It would be nice to have something similar.)

marcoarment commented 10 years ago

Its existence was barely justifiable before — I don't think it's worth replacing (nor is it possible to replace, really, without KVO).

I think the best approach if you need this is to just use KVO.