Comment on "
Lazy Loading of KVO Observed Properties
"
by
Scott Stevenson
— Jun 16
Why not use will/didChangeValueForKey?
That triggers the same KVO notification as the setter, so you end up back in infinite recursion.
Back to "
Lazy Loading of KVO Observed Properties
"
Copyright © Scott Stevenson 2004-2015
by Scott Stevenson — Jun 16
That triggers the same KVO notification as the setter, so you end up back in infinite recursion.