-
-
Save denisnazarov/16af6f5598fd32c2b9ed to your computer and use it in GitHub Desktop.
iOS ReactiveCocoa/MVVM Resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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