Def*_*ode 0 iphone cocoa plist ios4
我有一个二元plist的plist.
在使用之前我需要转换它吗?或者我的应用程序可以读取plist吗?
mip*_*adi 6
使用+[NSDictionary dictionaryWithContentsOfURL:].它可以理解二元plist.
+[NSDictionary dictionaryWithContentsOfURL:]
编辑:
正如Peter Hosey指出的那样,只有在根元素是字典时才会有效.如果根元素是数组,则可以使用+[NSArray arrayWithContentsOfURL:].
+[NSArray arrayWithContentsOfURL:]
归档时间:
15 年,1 月 前
查看次数:
797 次
最近记录: