AppKit
Building a Universal Mini vMac Application
This project demonstrates a collection of techniques for consolidating various Mini vMac variations into one application, enabling better code reuse and simplifying maintenance.
AppKit
This project demonstrates a collection of techniques for consolidating various Mini vMac variations into one application, enabling better code reuse and simplifying maintenance.
AppKit
NSDrawer is undoubtedly one of the more creative and iconic use cases for so-called "child windows" on macOS. Despite that, drawers have been deprecated in macOS 10.13 and seemingly forgotten since then. You can hardly find any use of drawers in any macOS applications these days. Visiting
AppKit
A couple of months ago I took a trip to Fortuna, CA – a roughly 5 hour drive from my home in San Jose – to pick up a Macintosh Quadra 700 for my modest albeit growing collection of vintage hardware. From what I gathered, the person selling the machine finds and
macOS
When working with NSVisualEffectView and vibrancy on macOS, it is somewhat common to find yourself in a situation where UI elements are not being rendered as you’d expect them to. Here are the possible problems the addition of vibrancy can cause, reasons behind them, and the tools at our disposal.