What's new
Article
Swift
SwiftCurrent vs. The Coordinator Pattern
Let's explore how SwiftCurrent stacks up against the Coordinator pattern.
Aug 5, 2021
9 min read
Article
Swift
WWDC 2021: 10,000-Foot Overview
WWDC 2021 brought a lot of new changes from Apple, ranging from an increased focus on privacy to major changes in the Swift programming language to App Review Guideline updates. We've watched the 100 hours or so of sessions, and this article is going to distill that information down to what is relevant.
Jun 21, 2021
5 min read
Article
Swift
Creating Your Own Custom Combine Operator
There's still lots to explore about Combine (Apple's reactive framework). It certainly has a ton of potential and you can get very far by using just what Apple provides. In this article, we'll explore creating our own custom operator, complete with tests!
Oct 26, 2020
7 min read
Article
Swift
Creating a Fluent API for HTTP Stubbing in Swift
Creating network stubs can sometimes be challenging. This is especially true when you have the same endpoint that needs to return different responses at different times. This fluent wrapper makes this process a lot easier and can help you with much simpler stubbing in the future.
Oct 21, 2020
6 min read
Video
ATC
Redux Swift UI
In the iOS development community, Apple's introduction of SwiftUI at 2019's WWDC was a breakthrough new declarative UI framework that will fundamentally change how we build apps. But while SwiftUI gives us a clear new way of more cleanly separating UI code from business logic by reactively updating to data and state changes, it's up to us to determine how best to manage the state data that we give to SwiftUI.
Sep 2, 2020
26:26
Article
Swift
Using GeometryReader in SwiftUI to Build Relative Layouts
Understand how GeometryReader can be used to create relative layouts.
Sep 1, 2020
3 min read