NSDictionary and NSMutableDictionary classes in Objective-C @techytube
NSDictionary and NSMutableDictionary classes in Objective-C  @techytube
Uploaded September 2012 | Updated September 2026, 2 weeks ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By pavel@techytube, for more from this author visit:
techytube.com/author/pavel

The NSDictionary class declares the programmatic interface to objects that manage immutable associations of keys and values. Use this class or its subclass NSMutableDictionary when you need a convenient and efficient way to retrieve data associated with an arbitrary key. NSDictionary creates static dictionaries, and NSMutableDictionary creates dynamic dictionaries. (For convenience, we use the term dictionary to refer to any instance of one of these classes without specifying its exact class membership.)

A key-value pair within a dictionary is called an entry. Each entry consists of one object that represents the key and a second object that is that key's value. Within a dictionary, the keys are unique. That is, no two keys in a single dictionary are equal. In general, a key can be any object, but note that when using key-value coding the key must be a string.
NSDictionary and NSMutableDictionary classes in Objective-CWindows 8 Development - Javascript Blog Reader ISSIS Packages IntroductionsWindows 8 Development - Getting StartedExploring Xcode and writing your first lines of codeException handling in Objective-CHow to customize the NavBar in iOSWindows 8 Development - Adding Multiple XAML PagesWindows Server 2012 Installation and Domain JoinNSSet and NSMutableSet classes in Objective-CWindows 8 Development - Adding Secondary Pages XAMLMS SQL Server Profiler Basics - 1
techytube |

NSDictionary and NSMutableDictionary classes in Objective-C

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER