码迷,mamicode.com
首页 > 移动开发 > 详细

IOS-数据持久化

时间:2014-12-18 00:12:50      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   os   sp   on   文件   

数据持久化

---------能不能下次登录的时候直接登录呢?

因为用户名和密码是轻量级数据,所以我们可以用

NSUserDefaults

---------我们浏览的网页信息怎么在没网的时候也可以看呢?

网页,音频,视频 涉及大文件的下载,所以要读取本地Documents路径,

加上下载的文件名和格式。NSString *filepath =[ NSHomeDirectory() stringByAppendingPathComponent:@"Documents/*.txt"];

往里面写文件。[*  writeToFile:filepath  atomically:YES];

如果想重复的写东西到一个文件,要先读在存。

 

------------------------------------------------------------------------------------------

很多时候你都会败给自己。

------------------------------------------------------------------------------------------

IOS-数据持久化

标签:style   blog   http   ar   io   os   sp   on   文件   

原文地址:http://www.cnblogs.com/ddzfdjijie/p/4170670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!