Files
RxSwift/Documentation/ExampleApp.md
2016-02-14 15:10:14 +01:00

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
```