forked from organicmaps/organicmaps
[iOS] Disable editing in ExpandableLabel
https://jira.mail.ru/browse/MAPSME-13845
This commit is contained in:
parent
1d0ea9c9cb
commit
72bc22395a
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ final class ExpandableLabel: UIView {
|
|||
containerMaximumNumberOfLines = numberOfLines > 0 ? numberOfLines + 1 : 0
|
||||
textView.textContainer.lineFragmentPadding = 0;
|
||||
textView.isScrollEnabled = false
|
||||
textView.isEditable = false
|
||||
textView.textContainerInset = .zero
|
||||
textView.contentMode = .topLeft
|
||||
textView.font = font
|
||||
|
|
Loading…
Add table
Reference in a new issue