mirror of
https://github.com/metabolist/metatext
synced 2025-01-03 21:41:02 +01:00
Disable editing fallthrough text field
This commit is contained in:
parent
3a1d8d4470
commit
fa1487df16
@ -12,6 +12,7 @@ final class TouchFallthroughTextView: UITextView {
|
||||
|
||||
clipsToBounds = false
|
||||
textDragInteraction?.isEnabled = false
|
||||
isEditable = false
|
||||
textContainerInset = .zero
|
||||
self.textContainer.lineFragmentPadding = 0
|
||||
linkTextAttributes = [.foregroundColor: tintColor as Any, .underlineColor: UIColor.clear]
|
||||
|
Loading…
Reference in New Issue
Block a user