Skip to content

Instantly share code, notes, and snippets.

View ulian-onua's full-sized avatar
🏠
Working from home

Julian Drapaylo ulian-onua

🏠
Working from home
View GitHub Profile
@ulian-onua
ulian-onua / ModalView.swift
Created February 12, 2021 19:51 — forked from colejd/ModalView.swift
NSView that closes itself when clicking outside
// MIT License - © 2017 Jonathan Cole.
import Cocoa
/**
A view with the ability to hide itself if the user clicks outside of it.
*/
class ModalView: NSView {
private var monitor: Any?