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: 2 months ago
JSON representation

Xcode Playground with RxSwift

Lists

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: