Explore >> Select a destination


You are here

iosdeveloperzone.com
| | sintraworks.github.io
8.9 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.
| | atomicbird.com
2.0 parsecs away

Travel
| | I was going to write a blog post about how to create and use Swift generators and sequences. But while I was trying to understand them myself, I found this post over at iOSDeveloperZone
| | uraimo.com
2.6 parsecs away

Travel
| | In this article, part of a series on Swift and the functional approach, we'll explore what we need to do to build our own sequences in Swift 3, discuss the differences between finite and infinite sequences and examine what we can do with them in a few example scenarios.
| | blog.scaledcode.com
63.0 parsecs away

Travel
| A dive into chapter 29 of Effective Java