- 首页 > 睿知 > it技术 > >
一、如何使用Rx.playground(Rx.playground翻译)
Tips: 【一、如何使用Rx.playground(Rx.playground翻译)】最近开始学习 RxSwift,自学了几天,感觉还没有头绪。所以就先把官方的例子翻译一下,以便自己学习。奈何自己四级都没过,所以将就着看吧。
重要:如何使用 Rx.playground:
- 打开 Rx.xcworkspace 文件。
- 选择 RxSwift-macOS scheme 进行编译(Product → Build)。
- 在 Project navigator 区域左键单击打开 Rx。
- 显示 Debug 区域(View → Debug Area → Show Debug Area)。
内容列表:
- Introduction - 简介
- Creating and Subscribing to Observables - 创建和订阅可被观察的对象
- Working with Subjects - Subjects 的使用
- Combining Operators - 结合操作
- Transforming Operators - 转换操作
- Filtering and Conditional Operators - 过滤和条件操作
- Mathematical and Aggregate Operators - 数学和?集合操作
- Connectable Operators - 可连接的操作
- Error Handling Operators - 错误处理操作
- Debugging Operators - 调试操作
推荐阅读