V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
Yuguo
V2EX  ›  iDev

请问我该怎样储存程序内数据?

  •  
  •   Yuguo ·
    yuguo · 2013-05-22 23:27:57 +08:00 · 2750 次点击
    这是一个创建于 4002 天前的主题,其中的信息可能已经有所发展或是发生改变。
    看了一些编程书,了解到保存数据可以用属性列表、对象归档、SQLite3、Core Data……但我不知道哪种适合我的需求。

    我要做一个攻略ios app,里面有一些固化的数据,所以直接在app里保存就好了,不用做web端。包括某个职业的很多元数据、图片列表、缩略图等等。

    我希望有一个可视化的界面让我可以编辑这些数据。

    谢谢
    6 条回复    1970-01-01 08:00:00 +08:00
    xuan_lengyue
        1
    xuan_lengyue  
       2013-05-22 23:34:29 +08:00   ❤️ 1
    plist 是你最好的选择。
    hilenlai
        2
    hilenlai  
       2013-05-22 23:38:29 +08:00   ❤️ 1
    同楼上,plist就行了
    Yuguo
        3
    Yuguo  
    OP
       2013-05-23 09:24:59 +08:00
    alexrezit
        4
    alexrezit  
       2013-05-23 09:27:21 +08:00   ❤️ 1
    考虑跨平台就 SQLite 吧.
    Yuguo
        5
    Yuguo  
    OP
       2013-05-23 09:36:27 +08:00
    @alexrezit 暂时不考虑
    xuan_lengyue
        6
    xuan_lengyue  
       2013-05-23 12:19:19 +08:00
    如果有跨平台需求用 json 即可,plist 的优势在于可以直接用 Xcode 进行可视化编辑。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3450 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 11:54 · PVG 19:54 · LAX 04:54 · JFK 07:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.