最終更新:2008-01-04 (金) 23:03:03 (5748d)
プロパティリスト
Top / プロパティリスト
- 拡張子は.plist
- Property List Editor?
形式
- ASCII形式
- XMLフォーマット
- バイナリ
入出力
保存
- NSArray,NSDictionary
-(BOOL)writeToFile:(NSString*)path atomically:(BOOL)flag
読み込み
- NSArray
+(id)arrayWithContentsOfFile:(NSString*)path
- NSDictionary
+(id)dictionaryWithContentsOfFile:(NSString*)path