书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 57 个相关结果.
  • 10.1 文档更新日志

    文档更新日志 1.2.0 1.1.0 17年12月7日 1.0.0 17年10月18日(RxSwift 4) 0.2.0 17年10月9日 0.1.1 17年9月18日 0.1.0 17年9月4日 0.0.1 17年9月1日(RxSwift 3.6.1) 文档更新日志 文档变更将被记录在此文件内。 1.2.0 纠...
  • 10. 关于本文档

    关于本文档 问题反馈 关于本文档 首发日期:17年9月1日 对应 RxSwift 版本:4.0.0 使用工具:GitBook 托管平台:Github Pages 文档整理人:罗杰 (Beeth0ven) 整理人邮箱:beeth0vendev@gmail.com 文档库地址:https://github.com/beeth0ven/R...
  • Installation

    Build / Install / Run Manual CocoaPods Carthage Manually using git submodules Build / Install / Run Rx doesn’t contain any external dependencies. These are currently suppo...
  • ComparisonWithOtherLibraries

    RxSwift 与 ReactiveCocoa 的对比 RxSwift 与 ReactiveCocoa 的对比 由于 ReactiveCocoa 从 Rx 系列中借鉴了大量的概念,所以在某种程度上 RxSwift 和 ReactiveCocoa 是非常相似的。 本项目其中的一个主要目标是建立一套尽可能简单的 Rx 接口,同时和其他的的 Rx 实现一...
  • ComparisonWithOtherLibraries

    Comparison with ReactiveCocoa Comparison with ReactiveCocoa RxSwift is somewhat similar to ReactiveCocoa since ReactiveCocoa borrows a large number of concepts from Rx. One of...
  • README

    RxSwift-CN 当前状态 如何参与翻译流程 翻译中的几个约定 贡献人 RxSwift-CN RxSwift 文档的中文翻译版本 当前RxSwift标的版本 2.5.0 当前状态 原文 中文 翻译人 API.md API.md Alan Li ComparisonWithO...
  • Sequence and IteratorProtocol

    Sequence and IteratorProtocol Introduction Problem Take For Granted Behind the Scene Custom Type Sequence Protocol IteratorProtocol Testing Magic Source Code Resources Re...
  • Markdown

    Markdown Heading Emphasis Blockquote Ordered List Unordered List Link Method One Link Method Two Image Table Table Align Code Inline code Horizontal Line Footnote Wh...
  • Playgrounds

    Playgrounds Playgrounds To use playgrounds: Open Rx.xcworkspace Build the RxSwift-OSX scheme Open Rx playground in the Rx.xcworkspace tree view. Choose View > Debug Area ...
  • Variable

    Variable 说明 Variable 在 Swift 中我们经常会用 var 关键字来声明变量。RxSwift 提供的 Variable 实际上是 var 的 Rx 版本,你可以将它看作是 RxVar。 我们来对比一下 var 以及 Variable 的用法: 使用 var: // 在 ViewController 中...