mirror of
https://github.com/zhigang1992/RxSwift.git
synced 2026-06-12 00:54:34 +08:00
14 lines
219 B
Markdown
14 lines
219 B
Markdown
|
|
## RxExamples
|
|
|
|
To run the example app:
|
|
|
|
* Open `Rx.xcworkspace`
|
|
* Choose one of example schemes (RxExample-iOS, RxExample-OSX) and hit `Run`.
|
|
|
|
You can also run the example app using CocoaPods.
|
|
|
|
```
|
|
pod try RxSwift
|
|
```
|