Skip to content

Instantly share code, notes, and snippets.

View revblaze's full-sized avatar

Justin Bush revblaze

View GitHub Profile
@revblaze
revblaze / MacEditorTextView.swift
Created January 30, 2021 14:59 — forked from unnamedd/MacEditorTextView.swift
[SwiftUI] MacEditorTextView - A simple and small NSTextView wrapped by SwiftUI.
/**
* MacEditorTextView
* Copyright (c) Thiago Holanda 2020
* https://twitter.com/tholanda
*
* MIT license
*/
import Combine
import SwiftUI