State Machines in Swift
Jan 3, 2021, 8:20 AM
Implementing a trivial state machine in Swift.
Implementing Key-Value Coding
Aug 1, 2020, 12:34 PM
Using the Objective-C runtime to read and write property values dynamically.
Type Encodings Explained
Jul 5, 2020, 11:23 AM
The @encode directive and how Objective-C encodes type details.
Inspecting Objective-C Properties
Jun 14, 2020, 4:04 AM
Using the Objective-C runtime to inspect properties of a class, and creating a convenience wrapper to work with them.
The Objective-C Runtime in Practice
May 3, 2020, 5:21 AM
An introduction to the practical uses of the Objective-C runtime.