Skip to content

Instantly share code, notes, and snippets.

View ChidiNweze's full-sized avatar
🍰
Experiencing cheesecake withdrawals

Chidi Nweze ChidiNweze

🍰
Experiencing cheesecake withdrawals
  • Toronto, ON
View GitHub Profile
@unnamedd
unnamedd / MacEditorTextView.swift
Last active April 16, 2024 10:18
[SwiftUI] MacEditorTextView - A simple and small NSTextView wrapped by SwiftUI.
/**
* MacEditorTextView
* Copyright (c) Thiago Holanda 2020-2021
* https://twitter.com/tholanda
*
* MIT license
*/
import Combine
import SwiftUI