gpt4 book ai didi

plist - swift 2 iOS 9 : Plist Reading and Writing

转载 作者:行者123 更新时间:2023-12-01 00:50:16 24 4
gpt4 key购买 nike

我相信 Swift 2 中发生了一些变化,因为似乎没有关于如何读写属性列表的教程有效。

任何为 iOS 9 开发的人都可以在 Xcode 7 上使用 Swift 2 分享他们的 R/W 到 Plists 的方法吗?

最佳答案

这在 iOS 9 和 Xcode 7 上对我有用:

let filePath = NSBundle.mainBundle().pathForResource("FileName", ofType: "plist")!    
let stylesheet = NSDictionary(contentsOfFile:filePath)

唯一的就是结果是 NSDictionary而不是 Dictionary .

关于plist - swift 2 iOS 9 : Plist Reading and Writing,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31688761/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com