开发者

Using structure created in plist and store user input into memory

开发者 https://www.devze.com 2023-03-27 03:45 出处:网络
I am trying to work on an iPhone application. I am wondering if it is possible to use a structure that I have created and defined in the plist (either 开发者_C百科using the plist editor/etc) and sto

I am trying to work on an iPhone application.

I am wondering if it is possible to use a structure that I have created and defined in the plist (either 开发者_C百科using the plist editor/etc) and store user's input using that structure into the iPhone memory. Is it possible? If so, how do I go about doing that?

Thank you in advance!


You can read plists, if that's what you mean?

NSDictionary *plist = [[[NSString alloc] initWithContentsOfFile:@"yourPlistFile"] propertyList];
0

精彩评论

暂无评论...
验证码 换一张
取 消