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

如何实现 RACObserve 这样的宏

  •  
  •   Him · 2014-04-27 14:21:33 +08:00 · 3592 次点击
    这是一个创建于 3624 天前的主题,其中的信息可能已经有所发展或是发生改变。
    RACObserve(target,keypath) 后面的keypath在输入的时候编辑器中会有target的属性alt text
    http://pan.baidu.com/s/1qWmAKGG
    就像图中的address,这是怎么实现的?
    3 条回复    1970-01-01 08:00:00 +08:00
    lldong
        1
    lldong  
       2014-04-27 14:35:12 +08:00   ❤️ 1
    你看一下 `@keypath` 的实现,展开后由一部分为 `target.keypath` 的形式,所以会有代码补全。
    Him
        2
    Him  
    OP
       2014-04-27 16:21:47 +08:00
    @lldong 大概知道了 但是那些宏还是有点看不懂
    hoogle
        3
    hoogle  
       2014-04-27 16:54:44 +08:00
    同在求一些宏的教程。。特别是LLVM相关的宏。。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2871 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 14:27 · PVG 22:27 · LAX 07:27 · JFK 10:27
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.