Пересылка фото: перешифровка + загрузка на CDN, коллаж для пересланных фото, открытие в просмотрщике
This commit is contained in:
@@ -125,7 +125,7 @@ struct ChatTextInput: UIViewRepresentable {
|
||||
tv.backgroundColor = .clear
|
||||
tv.tintColor = UIColor(RosettaColors.primaryBlue)
|
||||
tv.isScrollEnabled = false
|
||||
tv.textContainerInset = UIEdgeInsets(top: 6, left: 2, bottom: 8, right: 0)
|
||||
tv.textContainerInset = UIEdgeInsets(top: 7, left: 2, bottom: 7, right: 0)
|
||||
tv.textContainer.lineFragmentPadding = 0
|
||||
tv.autocapitalizationType = .sentences
|
||||
tv.autocorrectionType = .default
|
||||
|
||||
Reference in New Issue
Block a user