2014年9月28日
摘要: 使用NSKeyedArchiver归档 NSDictionary *writedic = @{@"key1":@"value1",@"key2":@"value2",@"key3":@"value3"}; [NSKeyedArchiver archiveRootObject:... 阅读全文
posted @ 2014-09-28 16:23 幸福小弥 阅读(206) 评论(0) 推荐(0) 编辑
摘要: IOS访问沙盒目录API获取程序目录 NSString *homePath = NSHomeDirectory();~/Library/Application Support/iPhone Simulator/7.1/Applications/66095245-FD69-40D5-B3F5-959... 阅读全文
posted @ 2014-09-28 15:08 幸福小弥 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 参考博客http://blog.csdn.net/yhawaii/article/details/8222973http://blog.csdn.net/sakulafly/article/details/13292457http://blog.csdn.net/at9009/article/det... 阅读全文
posted @ 2014-09-28 11:01 幸福小弥 阅读(422) 评论(0) 推荐(0) 编辑