зеркало из https://github.com/nextcloud/talk-ios.git
Disable scrolling in MessageBodyTextView.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
49568fcc71
Коммит
ca8384b8fa
|
@ -41,6 +41,7 @@
|
|||
self.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
self.backgroundColor = [UIColor clearColor];
|
||||
self.editable = NO;
|
||||
self.scrollEnabled = NO;
|
||||
self.delegate = self;
|
||||
|
||||
return self;
|
||||
|
|
Загрузка…
Ссылка в новой задаче