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

难道一定要用KVC才行?(novice 学OS X 开发提问~)

  •  
  •   pagict ·
    pagict · 2013-06-23 23:09:11 +08:00 · 2689 次点击
    这是一个创建于 3931 天前的主题,其中的信息可能已经有所发展或是发生改变。
    跟着 Cocoa and Objective C up and Running 这本书学习。
    在做到GuestBook 时,按钮事件在tableView中新生成一行数据。数据在 AppDelegate 的 NSMutableArray *guests 中。

    之前 data source 用的是重写 numberOfRowsInTableView: 等方法,没有问题。之后按书上介绍改成在IB中bind 一个 array controller 后,改动相关代码后,为什么要将

    [self.guests addObject:guest] 改成
    |
    [[self mutableArrayValueForKey:@"guests"] addObject:guest] ??

    维持原代码则无法正常运行。。。

    求解!!
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5414 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 07:05 · PVG 15:05 · LAX 00:05 · JFK 03:05
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.