Skip to content

Instantly share code, notes, and snippets.

View xavierdonnellon's full-sized avatar

Xavier Donnellon xavierdonnellon

View GitHub Profile
@xavierdonnellon
xavierdonnellon / SwiftUI-TextView.swift
Last active January 6, 2021 18:47 — forked from shaps80/SwiftUI-TextView.md
A SwiftUI view that wraps a UITextView but provides almost all functionality though modifiers and attempts to closely match the Text/TextField components.
/*
Notes:
The font modifier requires the following gist:
https://gist.github.com/shaps80/2d21b2ab92ea4fddd7b545d77a47024b
*/