Posts tagged with "Objective-C".

Splitting Your Xcode Project into Modules

Practical steps to modularize an Xcode project into separate frameworks and common pitfalls related to linking and build flags.

Adopting Dark Mode and Older Macs

Approaches for adopting Dark Mode while keeping compatibility with older macOS versions and APIs.

NSOperation KVO Pitfall

A deep-dive into an NSOperation KVO bug and practical guidance on managing asynchronous operation state to prevent hangs.