kkebo / DevToys.swiftpm

DevToys for iPad (WIP)
MIT License
38 stars 5 forks source link

Fix TextEditor's background #30

Closed kkebo closed 2 years ago

kkebo commented 2 years ago

In iOS 16 and iPadOS 16, UITextView.appearance().backgroundColor = .clear doesn't work for clearing the background color of TextEditor anymore. But instead, a dedicated API for that has been added, so I used it.

This PR requires #27.