快速阅读pList [重复]
Posted
技术标签:
【中文标题】快速阅读pList [重复]【英文标题】:Reading pList in swift [duplicate] 【发布时间】:2014-06-05 14:31:34 【问题描述】:有人知道如何在 Swift 中将 plist 读入数组或字典吗?我似乎无法弄清楚。我习惯使用dictionaryWithContentsOfFile,但这似乎在swift中不可用。
【问题讨论】:
阅读本页***.com/questions/24045570/swift-read-plist?rq=1 【参考方案1】:查看此问题的答案:Swift - Read plist
let path = NSBundle.mainBundle().pathForResource("Config", ofType: "plist")
let dict = NSDictionary(contentsOfFile: path!)
【讨论】:
以上是关于快速阅读pList [重复]的主要内容,如果未能解决你的问题,请参考以下文章