AppKitUI
An AppKit UI toolkit help you create and manage
NSView
content easily
- Remove dependence on using XIBs when creating UI views
- Reduce boilerplate code when manually creating
NSView
UI content.- Easily bind data between controls
- Easily attach actions to your controls (no more delegates or target/actions!)
- Use Xcode’s preview pane to view your designs!!
There’s a demo.
Previously:
- Mac Dialog in Auto Layout vs. SwiftUI
- Using Lazy Properties for Views
- InterfaceBuilder.swift
- Life Without Interface Builder
- Working Without a Nib