iPhone Persistent Storage

前端 未结 3 1301
梦谈多话
梦谈多话 2021-02-11 09:06

I need to store certain information while my application is executing and again fetch it at the time the application starts. I tried storing it in XML using GData but didn\'t su

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-11 09:11

    You can use a sqlite database to store persistent data on the iPhone. Here is a blog post that should get you pointed in the right direction:

    http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/

提交回复
热议问题