This week, let’s take a look at how we can use Continuous Integration to
establish a smooth and nice workflow for our team working on a Swift
project, and look into how to configure a project using Travis & BuddyBuild
in more detail. (more…)
Read more »
This post is a tutorial that will teach you how to bind data to views using RxSwift, which is a part of the Functional Reactive Programming (FRP) design pattern — where views react to changes to data…
Read more »
Learn how to leverage the most important transforming operators of the Swift Combine Framework: map, flatMap and switchToLatest; what's their difference and when to use what. (more…)
Read more »
When writing iOS apps, we regularly run into code that is asynchronous. Sometimes you know you're writing something that will run asynchronously and other times you're passing a completion handler to… (more…)
Read more »
Let’s explore two of Swift 5.2’s new features, that both give the language some really interesting capabilities from a functional programming perspective. (more…)
Read more »