mvvm-tutorial-with-reactivecocoa-in-swift
mvvm-tutorial-with-reactivecocoa-in-swift copied to clipboard
Swift 2.1 + Reactive Cocoa 4.0 translation for http://www.raywenderlich.com/74106/mvvm-tutorial-with-reactivecocoa-part-1
MVVM Tutorial with Swift 2.1 and ReactiveCocoa-4.0
This is translation of MVVM Tutorial with Reactive Cocoa into Swift 2.1 and Reactive Cocoa 4.0.4-alpah-4.
It also changed
Xib→StoryboardandAutoLayout.- ViewModel driven navigation → ViewController driven
Segue. KVOsignal →MutableProperty.RACCommand→Action.- Removed
TableBindingHelper.
Tested with Xcode 7.2.
You should install ReactiveCocoa via CocoaPod before compile.
$ pod install
File an issue if any problem.