User Interface
These pages use the taxonomy term "User Interface".
How I Test View Controllers
• 4 minute read
By example I want to show how I instantiate and test view controllers from a storyboard in a macOS app using the conventional MVC pattern and AppKit.
Working with Accessibility in Mind
• 1 minute read
Bring the macOS accessibility feature toggle into the menu bar and quickly inspect your projects with as little as two clicks.
macOS Preferences Window with Storyboards
• 4 minute read
Recently I started with a fresh project from scratch in which I wanted to implement a preferences window with tool bar tabs as they are common on macOS. It is surprisingly easy.