Skip to content

Instantly share code, notes, and snippets.

View nhojb's full-sized avatar

John Buckley nhojb

View GitHub Profile
@nhojb
nhojb / NSView+Constraints.swift
Last active September 7, 2018 13:58
An NSView extension implementing a declarative auto-layout DSL.
//
// NSView+Constraints.swift
//
// Created by John on 20/03/2018.
// Copyright © 2018 Olive Toast Software Ltd. All rights reserved.
//
import Cocoa
extension NSView {