How to create PLIST files programmatically in iphone

后端 未结 3 979
春和景丽
春和景丽 2020-12-08 16:42

I was looking to create plist file in my application Documents folder programmatically in objective C. I created a folder in documents directory :

NSArray *p         


        
3条回答
  •  时光说笑
    2020-12-08 16:58

    I think this post save to .plist properity list will help you if you look through the examples there.

    Also, check out Apple's Creating Property Lists Programmatically document for other guidelines and examples.

提交回复
热议问题