Re: NSClassDescription Clarification

2008-11-05 Thread Jean-Daniel Dupas
Le 5 nov. 08 à 16:43, Carmen Cerino Jr. a écrit : I would like to take advantage of Key-Value Programming in my application. Utilizing key-value programming I would like the ability to iterate through all of my object's values or members. If I am understanding NSObject's documentation right, I n

NSClassDescription Clarification

2008-11-05 Thread Carmen Cerino Jr.
I would like to take advantage of Key-Value Programming in my application. Utilizing key-value programming I would like the ability to iterate through all of my object's values or members. If I am understanding NSObject's documentation right, I need to implement a class description in order to get