/mvvm
Last active
July 24, 2017 12:51
Revisions
-
denisnazarov revised this gist
Mar 6, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 http://rcdp.io/flattenMap-vs-map-switchToLatest.html -
denisnazarov revised this gist
Mar 3, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/ https://gist.github.com/bunnyhero/9988574 -
denisnazarov revised this gist
Feb 28, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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://devmonologue.com/ios/frameworks/reactivecocoa/ -
denisnazarov revised this gist
Feb 27, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 http://stackoverflow.com/questions/24320347/shall-we-always-use-unowned-self-inside-closure-in-swift -
denisnazarov revised this gist
Feb 25, 2015 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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://github.com/jalehman/YelpClone https://github.com/jalehman/twitter-clone -
denisnazarov revised this gist
Feb 25, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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/ Justin Spahr-Summers https://www.youtube.com/watch?v=7AqXBuJOJkY https://vimeo.com/98100163 -
denisnazarov revised this gist
Feb 25, 2015 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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://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/ -
denisnazarov revised this gist
Feb 25, 2015 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal 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/ -
denisnazarov revised this gist
Feb 25, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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://codeblog.shape.dk/blog/2013/12/05/reactivecocoa-essentials-understanding-and-using-raccommand/ -
denisnazarov created this gist
Feb 23, 2015 .There are no files selected for viewing
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 charactersOriginal 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/