/mvvm-tutorial-with-reactivecocoa-in-swift

Swift 2.1 + Reactive Cocoa 4.0 translation for http://www.raywenderlich.com/74106/mvvm-tutorial-with-reactivecocoa-part-1

Primary LanguageSwift

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

  • XibStoryboard and AutoLayout.
  • ViewModel driven navigation → ViewController driven Segue.
  • KVO signal → MutableProperty.
  • RACCommandAction.
  • Removed TableBindingHelper.

Tested with Xcode 7.2.

You should install ReactiveCocoa via CocoaPod before compile.

$ pod install

File an issue if any problem.