Closed kkebo closed 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.
UITextView.appearance().backgroundColor = .clear
TextEditor
This PR requires #27.
In iOS 16 and iPadOS 16,
UITextView.appearance().backgroundColor = .clear
doesn't work for clearing the background color ofTextEditor
anymore. But instead, a dedicated API for that has been added, so I used it.This PR requires #27.