1. 首页
  2. 编程语言
  3. 其他
  4. ObjectiveC的函数响应式编程框架ReactiveObjC.zip

ObjectiveC的函数响应式编程框架ReactiveObjC.zip

上传者: 2020-05-31 03:11:29上传 ZIP文件 1.22MB 热度 38次
ReactiveObjC(前身是ReactiveCocoa或者RAC)是一个Objective-C框架,实现了函数响应式编程模式。最简单的例子:// When self.username changes, logs the new name to the console. // // RACObserve(self, username) creates a new RACSignal that sends the current // value of self.username, then the new value whenever it changes. // -subsc
用户评论