I would like to do something like:
MyObject updateWIth: aDictionary.
then, inside the object, treat the keys as instance variables, and the values as values.. and do something like:
(key1 asInstanceVariable(??)): value1.
this seems like it should be possible, but i am just not getting it.
any ideas?
thanks!