Пересылка фото: перешифровка + загрузка на CDN, коллаж для пересланных фото, открытие в просмотрщике

This commit is contained in:
2026-03-20 21:20:11 +05:00
parent e75c6bac12
commit 224b8a2b54
8 changed files with 599 additions and 290 deletions

View File

@@ -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