sgr-ksmt / RxPlayground

Xcode Playground with RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
$ git clone git@github.com:{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

$ open -a Xcode.app RxPlayground.xcworkspace

Choose RxPlayground scheme and build once.

Open main.playground

Enjoy playground with Rx 🎉

About

Xcode Playground with RxSwift

License:MIT License


Languages

Language:Swift 100.0%