Skip to content

MVVM模块下,RACObserve(self.dataDriver, expressData)奔溃 #12

@iT-Boyer

Description

@iT-Boyer

在mVVM模块下,bindViewData方法中,仅打开默认的绑定代码块RACObserve:

 XF_Define_Weak
    [RACObserve(self.dataDriver, expressData) subscribeNext:^(NSString *imgUrl) {
        XF_Define_Strong
        // 如果有显示数据加载完成
    }];

奔溃位置:

#15	0x00000001065d1b0c in -[RACKVOTrampoline initWithTarget:observer:keyPath:options:block:] at /Users/jhmac/hsg/SupervisionSel/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.m:50

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions