Skip navigation.
 
mlGetting added object with KVO
FROM : Hannes Petri
DATE : Wed Jul 12 00:43:10 2006

Hello!
I'm using KVO to observe an array controller, and when an object is 
added, a view should be changed.
Now I want a pointer to the object that was added. How should I do?
Apples documentation says that I should get the index of the new 
object, by querying the changes-dict with the key 
NSKeyValueChangeIndexesKey, but that returns null.
What am I doing wrong? Is it possible to achieve what I want?


Hannes Petri
<email_removed>

Related mailsAuthorDate
mlGetting added object with KVO Hannes Petri Jul 12, 00:43
mlRe: Getting added object with KVO Hannes Petri Jul 12, 13:00
mlRe: Getting added object with KVO George Orthwein Jul 12, 15:25
mlRe: Getting added object with KVO Hannes Petri Jul 12, 15:56
mlRe: Getting added object with KVO Matt Neuburg Jul 12, 19:35
mlRe: Getting added object with KVO Bill Northcott Jul 13, 01:41
mlRe: Getting added object with KVO Matt Neuburg Jul 13, 16:46
mlRe: Getting added object with KVO Hannes Petri Jul 14, 12:41
mlRe: Getting added object with KVO Matt Neuburg Jul 14, 17:47
mlRe: Getting added object with KVO George Orthwein Jul 14, 22:22
mlRe: Getting added object with KVO Matt Neuburg Jul 14, 22:32
mlRe: Getting added object with KVO Hannes Petri Jul 17, 11:19
mlRe: Getting added object with KVO George Orthwein Jul 18, 20:39