美文网首页
4.IOS(swift)-数据存储 · Plist File读写

4.IOS(swift)-数据存储 · Plist File读写

作者: 俊瑶先森 | 来源:发表于2015-03-24 22:58 被阅读363次

Plist File读写
http://www.tuicool.com/articles/vY7vMjZ

var diaryList:String = NSBundle.mainBundle().pathForResource("KMSourceConfig", ofType:"plist")!

var data:NSMutableDictionary = NSMutableDictionary(contentsOfFile:diaryList)!

var version:String = data.objectForKey("version") as String
        println(version)

相关文章

网友评论

      本文标题:4.IOS(swift)-数据存储 · Plist File读写

      本文链接:https://www.haomeiwen.com/subject/aumgxttx.html