Dockyard > Objective-C Classes > NSDictionary Additions

NSDictionary Additions

See also
CFPropertyListCreateDeepCopy()

Class Description


Simple shortcut for deep mutable copying an NSDictionary.

Methods


Copying

- mutableDeepPropertyListCopy

Method Detail


mutableDeepPropertyListCopy

- (id)mutableDeepPropertyListCopy

Creates a deep mutable copy of this dictionary with a retainCount of 1. Returns nil if an error occured, such as this method being called on a dictionary containing non-property-list objects (i.e., anything besides NSArray, NSData, NSDate, NSDictionary, NSNumber, and NSString).

This page was generated with DocYouMeant, a program created by Belkadan Software

Valid XHTML 1.0! Valid CSS!