I think I understand the concept of what you're saying. But, how do I save as a .plist? I tried using word, pages, and textedit and none let me.
And also, where do I insert this?
NSString *fileContents = [[NSBundle mainBundle] pathForResource:@"filename" ofType:@"plist"];
NSDictionary *jokeDic = [[NSDictionary alloc] initWithContentsOfFile:fileContents];
NSMutableArray *items = [categoryDic valueForKey:@"items"];
and do I need to change anything to that ^? ("pathforresource and @'filename'")?
Sorry if these are dumb questions, but im new to this and I don't want to mess anything up.
|