Tutorial by Topics: nsdictionary

@{ key: value, ... } [NSDictionary dictionaryWithObjectsAndKeys: value, key, ..., nil]; dict[key] = value; id value = dict[key]; The NSDictionary class declares the programmatic interface to objects that manage immutable associations of keys and values. Use this class or ...

Page 1 of 1