A collection of user interface components and drawing routines for building tasteful apps using AppKit.
appkit swift aqua ui mac

Add another TODO

+2
+2
Sources/AquaKit/Controls and Views/AquaWindowResizeHandle.swift
··· 4 4 5 5 import AppKit 6 6 7 + // TODO: this needs to respect the window’s minimum size. This probably needs to be dealt with by adding a delegate to AquaDragHande. 8 + 7 9 /// This can be added to a window’s bottom. See ``AquaDragHandle`` for usage. 8 10 class AquaWindowResizeHandle: AquaDragHandle { 9 11 var cornerInset: CGFloat = 12