Explore >> Select a destination


You are here

benoitpasquier.com
| | www.onswiftwings.com
2.0 parsecs away

Travel
| | Learn how to build an iOS application that follows MVVM Design Pattern and uses Combine framework
| | rx-marin.com
2.7 parsecs away

Travel
| | In my talk at dotSwift 2017 I start with generic overview of some of the RxSwift basics and move to three complete code examples. In three posts I'll post the sample code and comment shortly why I chose to highlight these exact examples. I already posted a write up on the GitHub API search example here: http://rx-marin.com/post/dotswift-search-github-json-api/. Let's continue with example number two. Presenting a View Controller from RxSwift RxSwift doesn't neccessarily force you into one architecture or...
| | sintraworks.github.io
5.4 parsecs away

Travel
| | Recently I started studying Ray Wenderlich's tutorial book RxSwift. Early on, the book suggests using Rx as an alternative to delegates and their associated protocols. I though, great, but, for the task at hand, that's a rather heavy handed solution. (Yes, I know it is just an example designed to teach me the basics.) So I tried to imagine how I could achieve something similar to the functionality they built for their initial examples, without the overhead of importing a big library like RxSwift.
| | www.jessesquires.com
18.5 parsecs away

Travel
| A few days ago I was (finally!) updating a project to use Swift 2.2 and I ran into a few issues when converting to use the new #selector syntax introduced by...