一、如何使用Rx.playground(Rx.playground翻译)

Tips:

最近开始学习 RxSwift,自学了几天,感觉还没有头绪。所以就先把官方的例子翻译一下,以便自己学习。奈何自己四级都没过,所以将就着看吧。


重要:如何使用 Rx.playground:

  1. 打开 Rx.xcworkspace 文件。
  2. 选择 RxSwift-macOS scheme 进行编译(ProductBuild)。
  3. Project navigator 区域左键单击打开 Rx
  4. 显示 Debug 区域(ViewDebug AreaShow Debug Area)。

内容列表:

  1. Introduction - 简介
  2. Creating and Subscribing to Observables - 创建和订阅可被观察的对象
  3. Working with Subjects - Subjects 的使用
  4. Combining Operators - 结合操作
  5. Transforming Operators - 转换操作
  6. Filtering and Conditional Operators - 过滤和条件操作
  7. Mathematical and Aggregate Operators - 数学和�集合操作
  8. Connectable Operators - 可连接的操作
  9. Error Handling Operators - 错误处理操作
  10. Debugging Operators - 调试操作

你可能感兴趣的:(一、如何使用Rx.playground(Rx.playground翻译))