Carbon and Cocoa as a Metaphor for Objective C and Swift

In the two most recent episodes of Core Intuition, Daniel Jalkut and Manton Reece talked about whether Swift will split the Apple third-party developer community into Swift and Objective-C sub-communities. Manton pointed out that the community was split i… Read more

Similar

The Advanced Guide to UserDefaults in Swift

Learn how to use UserDefaults in Swift 5 with this advanced tutorial. We'll cover: when to use and what to store in UserDefaults? How user defaults are implemented internally? Build type-safe key-value storage with the help of Swift 5 property wrappers an... (more…)

Read more »

Calling Super at Runtime in Swift

While working on InterposeKit, I had a rather specific need: Create an implementation that simply calls super, but at runtime instead of at compile time. Doesn’t sound so hard, does it? Well, here we go again. (more…)

Read more »