Save NSDictionary to plist

后端 未结 3 1980
梦如初夏
梦如初夏 2020-11-27 17:30

I am using the code found in this post: Mulitple Arrays From Plist, with the same plist formatting.

This works successfully, however I do not know how to save the cr

3条回答
  •  执笔经年
    2020-11-27 17:42

    And conversely, to load a NSDictionary FROM a file:

    + (id)dictionaryWithContentsOfFile:(NSString *)path;
    

提交回复
热议问题