> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/more_demo.md).

# 6. 更多示例

| ![](/files/-MWlwPPCoOn1ymp7WkVY) | ![](/files/-MWlwQDYvom2JOgXafPL) | ![](/files/-MWlwPscP4m-45em5Yup) |
| -------------------------------- | -------------------------------- | -------------------------------- |

[RxExample](https://github.com/ReactiveX/RxSwift/tree/master/RxExample/RxExample/Examples) 中包含许多具有代表性的示例。它们都是**很好的学习材料**。这里我们取出其中几个示例来展示如何应用 **RxSwift** ：

* [**ImagePicker**](/rxswift/more_demo/image_picker.md) **- 图片选择器**
* [**TableViewSectionedViewController**](/rxswift/more_demo/tableview_sectioned_viewcontroller.md) **- 多层级的列表页**
* [**Calculator**](/rxswift/more_demo/calculator.md) **- 计算器**

有兴趣的同学还可以研究一下 [RxExample](https://github.com/ReactiveX/RxSwift/tree/master/RxExample/RxExample/Examples) 中其他的示例。
