iOS Application Configuration File

后端 未结 8 1669
南笙
南笙 2021-01-31 16:13

In a C# application I always used an app.config file to save some data for my application to load when needed (e.g Connection String).

Wha

8条回答
  •  我在风中等你
    2021-01-31 16:50

    I use property lists for storing small pieces of data - have a look here on how to use them:

    http://iphoneincubator.com/blog/tag/nspropertylistserialization

提交回复
热议问题