1
vote
1answer
26 views

Not able to retrieve Plist value to NSDictionary

I use following code to display the plist into NSDictionary/NSMutableDictionary ,but when i print that variable it returns null value? please help me? NSArray *paths = ...
-1
votes
2answers
240 views

can i add key value pair to NSarray or dictionary inside a for loop?

i want to add values to NSMutabledictionary from a for loop with key value pairs ? Currently am using this code for(int j=0;j<[array count];j++){ for(int l=0;l<array2 count] ;l++){ ...
1
vote
1answer
29 views

How to add the information in NSMutableDictionary from two plist?

I have two plist. How to add the information in NSMutableDictionary from two plist? how to do it from a plist, I know. But I have 2 plist. NSString *path = [[NSBundle mainBundle] pathForResource: ...
1
vote
1answer
132 views

Read plist into nsmutabledictionary, update the dictionary and then save it again

I am really new to saving files in objective C but what I'm trying to accomplish is reading a plist file located in the documents directory on launch or creating it if it doesn't exist. It should be ...
0
votes
2answers
122 views

plist wont pull into my NSMutableArray. am i missing something?

So here's my code. I'm trying to display content from a plist into a table and i keep running into errors. ive been at it all day so i'm probably missing something fairly easy. hope you guys can ...
0
votes
0answers
53 views

Saving to plist file issue

I can't save my new data to plist file for some reason. This is code I have been using for saving data: -(void)saveData:(NSMutableDictionary *)dictionaryData toFile:(NSString *)filename { ...
1
vote
1answer
75 views

iOS - How can I get the label of a table row from commitEditingStyle

I have a UITableView which is populated by the array keys from an NSMutableDictionary. To be able to delete these arrays I need to be able to get the key in some way. My thoughts were the easiest was ...
0
votes
1answer
61 views

Write to dictionary in plist works but then read dictionary from plist returns (null)

This is how I am accessing the dictionary in the plist in my viewDidLoad method: NSString* documentsDir = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) ...
0
votes
3answers
181 views

Accessing NSMutableDictionary inside NSMutableArray

I have an NSMutableArray of NSMutableDictionary (it's a plist). Each dictionary in the array has 2 keys: 'id' and 'lu'. How can I find the index in NSMutableArray of NSMutableDictionary where, for ...
0
votes
2answers
95 views

Auto-incrementing a key in a NSMutableDictionary

I want to auto-incrementing a key and at to a NSMutableDictionary. I tried to do it but it wasn't work : NSMutableDictionary *array = [[NSMutableDictionary alloc] init]; int testAutoIndex = 0; ...
0
votes
0answers
48 views

Editing .plist dictionary object-c

How do I programmatically create and populate the .plist NSMutableDictionary, which should expand dynamically, I need is such a structure: Root | |___id-1 | |_______title1 | |_______image1 ...
0
votes
1answer
71 views

Navigating plists and settings objects

I have a resource file (plist) added to my project. I am currently coding some sort of a "helper" for reading and writing to it. I have 3 get and 3 set methods. First one returns an object at the top, ...
1
vote
1answer
62 views

Saving NSMutableDictionary into plist issue

I'm getting a weird behavior when testing my app on a device. This is the function I'm using to update values for keys, which works smoothly on my iphone simulator. Very well indeed. However the nslog ...
0
votes
1answer
224 views

plist for the group table view

i am new in xcode, and i am writing a table view, which load from my plist, and i would use the group style for the table view, and the section header would be the month, and each month of cell will ...
0
votes
1answer
689 views

Update Boolean Value in plist dictionary

I am trying to update a boolean value in a plist dictionary in an iphone app. The plist dictionary contains several strings and two boolean values. Below is my current code. I first define the ...
0
votes
2answers
159 views

Strange behavior reading Dictionary from a plist file

When I read a plist for a dictionary which is not empty and has at-least one key value pair into an NSMutableDictionary property of my model class, Everything works fine. I can add,delete modify the ...
0
votes
3answers
233 views

Cannot edit a dictionary after reading it from a plist

I store an NSMutableDictionary in a plist file. and when I read it into a property of my object, I need to be able to edit it. my properties pointer is NSMutableDictionary only, However the object ...
0
votes
4answers
425 views

.plist file writing failed! what is wrong with this code?

Nothing is written in my plist file after this code. What is wrong with my code? NSString *path = [[NSBundle mainBundle] bundlePath]; NSString *finalPath = [path ...
0
votes
1answer
326 views

Invalid CfStringRef plist (Array of dictionaries) iOS

I have the following code in my file NSString *filePath = [[NSBundle mainBundle]pathForResource:@"images" ofType:@"plist"]; NSArray *array = [[NSArray ...
0
votes
2answers
465 views

Save NSMutable dictionary data in plist file _ integers as key

I'm currently trying to save a NSMutabledictionary keys and objects in a plist file. My keys are integers, so I'm using NSNumber to put them into the writeToFile function. Even with that change, I ...
0
votes
2answers
459 views

mutating method sent to immutable object error when using mutable array functions

My application always popping 'mutating method sent to immutable object' My dictionary and the array already declare to be a mutable one but seems it doesn't help I have tried the replaceObjectAtIndex ...
0
votes
1answer
259 views

Trouble Loading Data From Plist Into Array

I have a strange problem that probably has a simple solution that I just can't find/figure out. Any ideas are greatly appreciated. I have a property list that consists of an array as the root ...
0
votes
1answer
356 views

How can I change all the values for keys in a plist at once to one particular value?

I have a plist with multiple keys. Each of the values for the keys is either "N" or "Y". I don't have a problem going in one by one and changing the values. But is there a way to change every value ...
0
votes
1answer
593 views

Unable to write to plist file

I've found several questions here on the site with people who have a similar problem, but I'm still not able to resolve mine. Here's the thing: I'm making an iOS app that contains two plist files. ...
0
votes
2answers
723 views

Saving an object to array using NSMutableDictionary

I have been trying to add an object as an NSMutableDictionary to my array, which I am accessing from another view, and It doesn't seem to work. I want to be able to store the data in a plist which I ...
0
votes
1answer
212 views

NSMutableDictionary Set data in Plist with key

i have the following code for (int j= 0; j<data.count; j++){ NSString *thedata = [data objectAtIndex:j]; NSMutableDictionary * booksList = [NSMutableDictionary dictionary]; ...
1
vote
1answer
288 views

Singleton, NSMutableDictionary and plist

I have a singleton called SettingsManager in my app that should take care of reading/writing settings to a plist. Singleton is synthesized using macro from Cocoa With Love (zipped macro file). I have ...
0
votes
1answer
114 views

Each time new NSMutableDictionary added in plist even if I allocate it only once

In my apps I have to save tag value of key @"v_number" from xml which chages each time from server in plist. Since I successfully able to update new updated value of key @"v_number" in plist. But ...
1
vote
1answer
3k views

Read & write my Plist that has an Array of Dictionary using Xcode

here's my issue, i'm trying to create a UITableView that is able to display the Names in my plist into the cells. I can't get the names out of the Plist. guess i'm not very certain with the ...
0
votes
1answer
289 views

Using UIButtons to create/remove/save a NSMutableDictionary to NSUserDefaults

This is so basic that hopefully it will get a response. I could not find an example to model after. I essentially want to have a NSMutableDictionary that is cleared/deleted when the view is called. ...
0
votes
4answers
2k views

add dictionary to plist

I hope someone can help me with that I want to write a dictionary to a plist when i select a tableView row which already works but it only writes one entry. but every selection should be added. my ...
0
votes
2answers
2k views

Reading plist into TableView

I started this project with a simple plist of a dictionary with two arrays of strings. I now want to add more information and want to use this plist structure: Root - Dictionary - (2 items) ...
0
votes
2answers
1k views

Download a plist from URL and parse it to a NSMutableDictionary?

HI guys ~ this is how I download a plist from URL NSURLRequest *theRequest=[NSURLRequest requestWithURL:setDefaultPwdAndSnURL ...
2
votes
4answers
6k views

how to write NSMutableDictionary into Plist

can any one help me with this how to write a NSMutableDictionary into a plist.... thanks in advance..
0
votes
1answer
1k views

How to change a NSMutableDictionary int value

I have a StateArray.plist set up with 50 dictionary entries each containing a string with the name of the state and a number 0. What I want to be able to do is change the 0 to a 1 through a segmented ...
0
votes
1answer
666 views

special characters in Objective-C plist

I had not run into this before but I wanted to know if it's possible to store KEYS with special characters in Objective-C / Cocoa Touch Since one can force a line break in a NSString with \n I wanted ...
0
votes
1answer
3k views

NSMutableDictionary removeObjectForKey throwing EXC_BAD_ACCESS for a var that isn't released

I have a plist. It has several dozen keys, each with NSMutableArray items: ... <key>KeyName1</key> <array> <string>String1</string> ...
4
votes
3answers
3k views

What's the best way to store and retrieve multi-dimensional NSMutableArrays?

I'm storing a bunch of data in a .plist file (in the application documents folder), and it's structured like this: Dictionary { "description" = "String Value", "sections" = Array ( ...
0
votes
2answers
2k views

Saving Array to PList from downloaded content in table view on iPhone

I copied these posts from a forum where I posted recently, but got no reply. I have the base for my code all setup, it is a drill down table with navigation controller which loads data into a ...
0
votes
4answers
1k views

Problem writing to a plist

Everything is working fine until I call the saveFile method (shown below) to write the file back to disk, where it crashes. What am I doing wrong? This is part of my viewDidLoad method where I open ...