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
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
i have the following code for (int j= 0; j<data.count; j++){ NSString *thedata = [data objectAtIndex:j];
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
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
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
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
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
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,
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\