How to Implement a WYSIWYG Editor in SwiftUI

Implement a rich text editor in your iOS application by combining UIKit and SwiftUI

Tadeh Alexani
Better Programming
Published in
3 min readJun 23, 2021

--

Photo by Steve Harvey on Unsplash

Introduction

For my last SwiftUI project, I wanted to implement a WYSIWYG editor. I’ve started searching on the web and didn’t find a proper implementation for it on SwiftUI. Not even one that is accessible online!

--

--