A self-taught project of learning Swift by making some of Airbnb’s screen

swift-of-airbnb – A self-taught project of learning Swift by making some of Airbnb’s screens… Read more

Similar

Swift.Unmanaged

In order to work with C APIs, we sometimes need to convert Swift object references to and from raw pointers. Swift's Unmanaged struct is the standard API for handling this. Today, I'd like to talk about what it does and how to use it. (more…)

Read more »

Mix Haskell and Swift – Part 1

First part of an in-depth guide into developing a native macOS application using Haskell with Swift and SwiftUI. This part covers the set-up required to call Haskell functions from Swift in an XCode project using SwiftUI. (more…)

Read more »

Modern Networking in Swift 5

Making HTTP requests is one of first things to learn when starting iOS and macOS development with Swift 5. In this article we'll build modern networking layer with Swift 5 APIs: URLSession, the Combine framework and Codable. We'll discuss why such librari... (more…)

Read more »