Closed NobreMateus closed 3 years ago
Thank you for opening this pull request! I'm going to decline this, not because it's bad work but because I'm actually preparing a 2.0.0 release that will fix this problem.
2.0 will have an introspect(editor: UITextView)
modifier that just gives you access to the whole UITextView
. That way this package doesn't have to play whack-a-mole trying to replicate the whole UIKit API.
@NobreMateus If you update to HLTE 2.0, it has a new .introspect()
modifier that will let you set textView.isEditable
. See the release notes for more.
I'll see. Thank you so much.
I created a way to see the text editor just in a viewer mode.