yusefnapora / ReactiveSwift

ReactiveCocoa, Swift, and kittens!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactive Swift

An implementation of Colin Eberhardt's raywenderlich.com ReactiveCocoa tutorial in Swift.

I've been playing around trying to get ReactiveCocoa to play nice with Swift.

For more information, see my blog post which goes into detail about the interop issues and workarounds.

Installation

After cloning, you'll want to initialize the ReactiveCocoa submodule by doing:

git submodule init
git submodule update
Run script/bootstrap from within the ReactiveCocoa folder

This will check out my fork of ReactiveCocoa, which has a workaround for a Swift compiler error.

About

ReactiveCocoa, Swift, and kittens!


Languages

Language:Swift 98.2%Language:Objective-C 1.8%