Changes

Jump to: navigation, search

Objective-C Dictionary Objects

No change in size, 19:09, 23 April 2012
no edit summary
== Initializing and Adding Entries to a Dictionary Object ==
Each key-value pair contained within a dictionary is referred to as an entry. Once a relationship between a key and a value has been estabilshed established that relationship cannot subsequently be modified.
New entries are added to a dictionary using the ''setObject'' instance method. This method takes as its arguments an object and a corresponding key:

Navigation menu