Skip to content

Instantly share code, notes, and snippets.

@denisnazarov
Last active July 24, 2017 12:51

Revisions

  1. denisnazarov revised this gist Mar 6, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,6 @@ http://stackoverflow.com/questions/24320347/shall-we-always-use-unowned-self-ins

    http://devmonologue.com/ios/frameworks/reactivecocoa/

    https://gist.github.com/bunnyhero/9988574
    https://gist.github.com/bunnyhero/9988574

    http://rcdp.io/flattenMap-vs-map-switchToLatest.html
  2. denisnazarov revised this gist Mar 3, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -34,4 +34,6 @@ 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/
    http://devmonologue.com/ios/frameworks/reactivecocoa/

    https://gist.github.com/bunnyhero/9988574
  3. denisnazarov revised this gist Feb 28, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -32,4 +32,6 @@ 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://stackoverflow.com/questions/24320347/shall-we-always-use-unowned-self-inside-closure-in-swift

    http://devmonologue.com/ios/frameworks/reactivecocoa/
  4. denisnazarov revised this gist Feb 27, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -30,4 +30,6 @@ https://www.youtube.com/watch?v=7AqXBuJOJkY
    https://vimeo.com/98100163

    https://github.com/jalehman/YelpClone
    https://github.com/jalehman/twitter-clone
    https://github.com/jalehman/twitter-clone

    http://stackoverflow.com/questions/24320347/shall-we-always-use-unowned-self-inside-closure-in-swift
  5. denisnazarov revised this gist Feb 25, 2015. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -27,4 +27,7 @@ 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://vimeo.com/98100163

    https://github.com/jalehman/YelpClone
    https://github.com/jalehman/twitter-clone
  6. denisnazarov revised this gist Feb 25, 2015. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -23,4 +23,8 @@ 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/
    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
  7. denisnazarov revised this gist Feb 25, 2015. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,17 @@ 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://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/
  8. denisnazarov revised this gist Feb 25, 2015. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions mvvm
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,13 @@
    ## 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/
  9. denisnazarov revised this gist Feb 25, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion mvvm
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    ## Collection of posts/videos I've found useful while researching mvvm

    http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/
    http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/
    http://codeblog.shape.dk/blog/2013/12/05/reactivecocoa-essentials-understanding-and-using-raccommand/
  10. denisnazarov created this gist Feb 23, 2015.
    3 changes: 3 additions & 0 deletions mvvm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ## Collection of posts/videos I've found useful while researching mvvm

    http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/