Skip to content

Instantly share code, notes, and snippets.

@denisnazarov
Last active July 24, 2017 12:51
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save denisnazarov/16af6f5598fd32c2b9ed to your computer and use it in GitHub Desktop.
Save denisnazarov/16af6f5598fd32c2b9ed to your computer and use it in GitHub Desktop.
iOS ReactiveCocoa/MVVM Resources
## Collection of posts/videos I've found useful while researching mvvm
https://speakerdeck.com/jspahrsummers/code-reuse-with-mvvm
http://cocoasamurai.blogspot.com/2013/03/basic-mvvm-with-reactivecocoa.html
http://www.teehanlax.com/blog/model-view-viewmodel-for-ios/
http://martinfowler.com/eaaDev/PresentationModel.html
http://twocentstudios.com/blog/2014/06/08/on-mvvm-and-architecture-questions/
http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/
http://codeblog.shape.dk/blog/2013/12/05/reactivecocoa-essentials-understanding-and-using-raccommand/
http://www.raywenderlich.com/62699/reactivecocoa-tutorial-pt1
http://www.raywenderlich.com/62796/reactivecocoa-tutorial-pt2
http://www.raywenderlich.com/74106/mvvm-tutorial-with-reactivecocoa-part-1
http://www.raywenderlich.com/74131/mvvm-tutorial-with-reactivecocoa-part-2
http://napora.org/a-swift-reaction/
https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch
http://ifnotapps.com/2013/07/25/reactivecocoa-from-the-ground-floor-part1/
http://ifnotapps.com/2013/08/10/reactivecocoa-from-the-ground-floor-part2/
Justin Spahr-Summers
https://www.youtube.com/watch?v=7AqXBuJOJkY
https://vimeo.com/98100163
https://github.com/jalehman/YelpClone
https://github.com/jalehman/twitter-clone
http://stackoverflow.com/questions/24320347/shall-we-always-use-unowned-self-inside-closure-in-swift
http://devmonologue.com/ios/frameworks/reactivecocoa/
https://gist.github.com/bunnyhero/9988574
http://rcdp.io/flattenMap-vs-map-switchToLatest.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment