Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgr-ksmt/RxPlayground
Xcode Playground with RxSwift
https://github.com/sgr-ksmt/RxPlayground
Last synced: 3 months ago
JSON representation
Xcode Playground with RxSwift
- Host: GitHub
- URL: https://github.com/sgr-ksmt/RxPlayground
- Owner: sgr-ksmt
- License: mit
- Created: 2017-04-17T13:34:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T04:10:54.000Z (over 4 years ago)
- Last Synced: 2024-05-02T02:05:58.785Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 31.1 MB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Rx Playground - A playground with RxSwift examples. (Libraries and APIs / SpriteKit)
README
# RxPlayground
Playground with Rx
## Required Specs, tools
- Xcode10.0
- Swift 4.2## Libraries
- RxSwift: v4.3.1
## How to use
### Clone and move to repository
- Fork this repository.
```bash
$ git clone [email protected]:{your_account}/RxPlayground.git$ cd path/to/RxPlayground
```This repository has RxSwift's source and compiled frameworks.
So you may not execute `carthage bootstrap`.### Open workspace
```bash
$ open -a Xcode.app RxPlayground.xcworkspace
```Choose RxPlayground scheme and build once.
### Open main.playground
Enjoy playground with Rx :tada: