I use an instance of NSXMLParser. I store found chars in NSMutableStrings that are stored in an NSMutableDictionary and these Dicts are then added to an NSMutableArray.
I\'ve populated an array using. arrSettings = [[NSMutableArray alloc] initWithContentsOfFile:[self settingsPath]];
I want to fill a NSMutableDictionary with content out of a URL File. What type file must it be and how must it be structured?
I have a class to help me store persistent data across sessions. The problem is I want to store a running sample of the property list or \"plist\" file in an NSMutableArray throughout the instance of
I am trying to display content in NSTableView using NSMutableArrayController of NSMutableDictionary records.
I\'m new to iPhone development and I have a question that may have a very simple answer. I am trying to add buttons to a view and these buttons are associated with a custom class that I defined. When
I have an object which is in an big NSMutableDic开发者_开发百科tionary, and need to find out which key this has. So I want to look up that \"table\" from both columns. Not only with keys, but also wit
I have a simple class with an NSMutableDictionary member variable.However, when I call setObject:forKey I get an error (\'mutating method sent to immutable object\').The source of the problem is obvio
I have created Window Based application and tab bar controller as root controller. My objective is to store Text Field data values in one tab bar VC and will be accessible and editable by other VC and
IET ANOTHER EDIT (to increase strangeness) EDITED to show the relevant part of the code Hi. There\'s a strange problem with an NSMutableArray which I\'m just not understanding...