Skip to content

Instantly share code, notes, and snippets.

@Gikabu
Gikabu / SwiftUI-TextView.swift
Created June 14, 2021 04:31 — 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
*/