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
ethancheung1990
V2EX  ›  iDev

MVVM 中 Model 包含了需持久化和不需持久化两种,应该怎么设计?

  •  
  •   ethancheung1990 · 2017-05-28 17:19:19 +08:00 · 3738 次点击
    这是一个创建于 2524 天前的主题,其中的信息可能已经有所发展或是发生改变。

    目前项目用的 swift,Model 打算用 struct 来做,可是涉及到一个问题是有些数据需要持久化,用 CoreData,请问直接应该怎么配合起来,或者有什么更好的好的方案可以提供?谢谢!

    3 条回复    2017-05-28 23:16:11 +08:00
    66450146
        1
    66450146  
       2017-05-28 17:45:28 +08:00   ❤️ 1
    View Model 需要操作 Core Data,意味着 Core Data 的信息一定是会暴露给 View Model 的

    重点在于不要把 Core Data 的信息暴露给 Controller,具体操作起来只要 View Model 的创建过程不在 Controller,最后直接给 Controller 传递在 UI 上展示的数据( string, color, etc.)而不是整个 Model 就行了
    NxiJSiOS
        2
    NxiJSiOS  
       2017-05-28 21:02:51 +08:00
    不考虑下 Realm?
    iYu
        3
    iYu  
       2017-05-28 23:16:11 +08:00
    不考虑下 Realm?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1274 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 18:00 · PVG 02:00 · LAX 11:00 · JFK 14:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.