plist
What is the best way to store (possibly hundreds) of strings in iPhone app?
There is a possibility that a user of my app may enter tens/hundreds/thousands of pieces of information into the app. For example, 开发者_运维知识库they may enter names, addresses, phone numbers of va[详细]
2023-03-31 09:57 分类:问答How should I save alarm app data?
I am making an alarm app for the iPhone, and was wondering what would be the best way to save my data. I have tried implementing CoreData but it doesn\'t work. I looked and found out that to use CoreD[详细]
2023-03-31 02:11 分类:问答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];[详细]
2023-03-30 23:15 分类:问答writing subscripts in .plist files
I am trying to represent the number 2 as a subscript in a property list file. I tried using<sub>2</sub>, but it doesn\'t seem to work. Can anyon开发者_C百科e help me with this? and will it[详细]
2023-03-30 18:00 分类:问答plist or text file
Hi I have to create a table with some data. For the data, I read online that you can create a plist. But I 开发者_StackOverflowwasn\'t sure how it worked? Does it only work in navigation based? I crea[详细]
2023-03-30 15:44 分类:问答Accessing a plist with a console application - Xcode 4
I\'ve created a plist (File->New File->Resource plist) file that has a dictionary that stores floating point numbers for a console application.I\'ve pretty much created this plist to store a few numbe[详细]
2023-03-30 05:36 分类:问答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[详细]
2023-03-30 03:20 分类:问答Cant read data from plist
I am having trouble with reading data from my plist file. What is the correct way of extracting the values in a string? And lets say I have 2 items, how do I get both? Below will be the image on the p[详细]
2023-03-30 02:48 分类:问答problems with the plist output values
It is my first time using a plist as a way to store a litt开发者_运维技巧le data for my application. My problem now is my application is giving a EXC_BAD_ACCESS error. In my method to read the plist,[详细]
2023-03-30 01:22 分类:问答Problems displaying array from plist in tableview cell
I want to read and display my arrays in my Stages dict into the tableview. However, my app crashes and give the error message: * Terminating app due to uncaught exception \'NSInvalidArgumentException\[详细]
2023-03-29 20:04 分类:问答