Adding Cutscenes to Your Swift Playground Books

Creating beautifully animated, multi-page cutscenes for use within your Swift Playground Books. Read more

Similar

Propagating user-facing errors in Swift

Let’s take a look at a few techniques that can make it much simpler to propagate runtime errors to our users, and how employing some of those techniques could help us present richer error messages without having to add a ton of complexity within each UI i... (more…)

Read more »

The Swift Runtime: Type Metadata

Welcome to the third in a series of posts on the Swift runtime. The goal is to go over the functions of the Swift runtime, using what I learned in my Swift on Mac OS 9 project as a reference. This time we’re going to be talking about type metadata, the re... (more…)

Read more »