Skip to content

Instantly share code, notes, and snippets.

View nicohaemhouts's full-sized avatar

Nico Haemhouts nicohaemhouts

  • Sydney, Australia
View GitHub Profile
@stephancasas
stephancasas / InlineHostTextView.swift
Created April 30, 2023 20:53
An NSHostingView inline inside an NSTextView
//
// InlineHostTextView.swift
// InlineHostTextView
//
// Created by Stephan Casas on 4/30/23.
//
import SwiftUI;
import AppKit;
import Combine;