Skip to content

Commit fd993b4

Browse files
committed
Modify README
1 parent 338d6b2 commit fd993b4

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,42 @@ Functional reactive programming introduction using ReactiveCocoa - By AshFurrow
1515

1616
如果在阅读过程中发现有什么问题,请到[这里](https://github.com/KevinHM/FunctionalReactiveProgrammingOniOS)(本书在Github上的地址)开issue,我会尽快改正。
1717

18-
2015.05.30 电子书制作过程中,章节可能会不断添加和修改或者合并。
18+
19+
以下为本书的目录索引:
20+
===
21+
22+
* [致谢](chapter1/acknowledagements.md)
23+
* [理念](chapter2/philosophy.md)
24+
* [函数式反应型编程](chapter2/functional_reactive_programming.md)
25+
* [结论](chapter2/conclusion.md)
26+
* [用RXCollections进行函数式编程](chapter3/functional_programming_with_RXCollections.md)
27+
* [高阶函数](chapter3/Higher_Order_Functions.md)
28+
* [使用RXCollections](chapter3/installing_RXCollections.md)
29+
* [映射](chapter3/map.md)
30+
* [过滤](chapter3/filter.md)
31+
* [折叠](chapter3/fold.md)
32+
* [性能](chapter3/performance.md)
33+
* [总结](chapter3/conclusion.md)
34+
* [ReactiveCocoa 简介](chapter4/introduction_to_reactivecocoa.md)
35+
* [使用ReactiveCocoa](chapter4/installing_reactivecocoa.md)
36+
* [流和序列](chapter4/streams_and_sequences.md)
37+
* [信号](chapter4/signals.md)
38+
* [订阅](chapter4/subscriptions.md)
39+
* [状态推导](chapter4/deriving_state.md)
40+
* [指令](chapter4/commands.md)
41+
* [RACSubject](chapter4/racsubject.md)
42+
* [热信号与冷信号](chapter4/hot_and_cold_signals.md)
43+
* [组播](chapter4/multicasting.md)
44+
* [总结](chapter4/conclusion.md)
45+
* [ReactiveCocoa的实践](chapter5/reactivecocoa_practice.md)
46+
* [FunctionalReactivePixels的基础知识](chapter5/basic_of_functionalReactivePixels.md)
47+
* [添加FunctionalReactivePixels](chapter5/adding_to_functionalReactivePixels.md)
48+
* [和FunctionalReactivePixels一起实践](chapter5/revisiting_functionalReactivePixels.md)
49+
* [网络层回访](chapter5/networking_layer_revisited.md)
50+
* [总结](chapter5/conclusion.md)
51+
* [MVVM On iOS](chapter6/mvvm_on_ios.md)
52+
* [什么是MVVM](chapter6/what_is_mvvm.md)
53+
* [重温FunctionalReactivePixels](chapter6/revisiting_functionalReactivePixels.md)
54+
* [MVVM的具体实践](chapter6/mvvm_in_practice.md)
55+
* [测试ViewModels](chapter6/testing_viewModels.md)
56+
* [终稿](chapter6/final_thoughts.md)

0 commit comments

Comments
 (0)