|
@@ -745,13 +745,10 @@ class ChatViewController: UITableViewController {
|
|
messageInputBar.delegate = self
|
|
messageInputBar.delegate = self
|
|
messageInputBar.inputTextView.tintColor = DcColors.primary
|
|
messageInputBar.inputTextView.tintColor = DcColors.primary
|
|
messageInputBar.inputTextView.placeholder = String.localized("chat_input_placeholder")
|
|
messageInputBar.inputTextView.placeholder = String.localized("chat_input_placeholder")
|
|
- messageInputBar.separatorLine.isHidden = true
|
|
|
|
|
|
+ messageInputBar.separatorLine.backgroundColor = DcColors.colorDisabled
|
|
messageInputBar.inputTextView.tintColor = DcColors.primary
|
|
messageInputBar.inputTextView.tintColor = DcColors.primary
|
|
messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
|
|
messageInputBar.inputTextView.textColor = DcColors.defaultTextColor
|
|
messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
|
|
messageInputBar.backgroundView.backgroundColor = DcColors.chatBackgroundColor
|
|
-
|
|
|
|
- //scrollsToBottomOnKeyboardBeginsEditing = true
|
|
|
|
-
|
|
|
|
messageInputBar.inputTextView.backgroundColor = DcColors.inputFieldColor
|
|
messageInputBar.inputTextView.backgroundColor = DcColors.inputFieldColor
|
|
messageInputBar.inputTextView.placeholderTextColor = DcColors.placeholderColor
|
|
messageInputBar.inputTextView.placeholderTextColor = DcColors.placeholderColor
|
|
messageInputBar.inputTextView.textContainerInset = UIEdgeInsets(top: 8, left: 16, bottom: 8, right: 38)
|
|
messageInputBar.inputTextView.textContainerInset = UIEdgeInsets(top: 8, left: 16, bottom: 8, right: 38)
|