使用plist存储和检索数据

时间:2019-02-07 11:01:05

标签: tableview plist

// dict1与一些数据一起存储在plist中作为“ Country.plist”

let dict = NSDictionary(contentsOfFile:pathPlist)

让dicInfo = dict?.object(forKey:“ Country”)为? NSDictionary

dict1 = dicInfo?.mutableCopy()为! NSMutableDictionary

//我已使用此文件检索数据,但如何在此Country.plist文件中存储数据

0 个答案:

没有答案