mattrighetti / SimpleCodeEditor

Minimalistic SwiftUI code editor made by using TextKit APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextKit Editor

This is a super simple code editor made with TextKit APIs with some dumb syntax highlighting logic.

I have created this project to learn how NSTextContainer, NSTextStorage, NSLayoutManager and UITextView work and render text.

The UITextView has then been wrapped in a UIViewRepresentable view and used in a SwiftUI application

About

Minimalistic SwiftUI code editor made by using TextKit APIs


Languages

Language:Swift 100.0%