iOS 数据持久化(一)plistDemo

时间:2016-12-10 07:27:34
【文件属性】:

文件名称:iOS 数据持久化(一)plistDemo

文件大小:44KB

文件格式:ZIP

更新时间:2016-12-10 07:27:34

iOS 数据持久化 plist iphone

iOS中有五种持久化数据的方式:属性列表、对象归档、NSUserDefault、SQLite3和Core Data 本文章讲述通过属性列表的方式持久化数据,这个方法也是我们平时最经常用到的方式。比如应用程序的配置和个性化的设置,一般都是通过属性列表(properties list) plist文件来存储和读取的。


【文件预览】:
PlistDemo
----PlistDemo()
--------main.m(332B)
--------Default.png(6KB)
--------PlistDemo-Prefix.pch(321B)
--------AppDelegate.h(273B)
--------AppDelegate.m(2KB)
--------Default-568h@2x.png(18KB)
--------RootViewController.h(219B)
--------RootViewController.xib(20KB)
--------Plist.m(3KB)
--------Default@2x.png(16KB)
--------Plist.h(311B)
--------PlistDemo-Info.plist(1KB)
--------RootViewController.m(1KB)
--------en.lproj()
--------.svn()
----.svn()
--------prop-base()
--------props()
--------tmp()
--------text-base()
--------entries(266B)
----PlistDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(13KB)
--------xcuserdata()
--------.svn()

网友评论

  • 不错!适合新手学习