From 68e3aad07a5634d047f156b6bd6e372066431885 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 17 Nov 2015 09:59:45 +0100 Subject: [PATCH] Chat: fix bubbles and input text --- Classes/Base.lproj/ChatConversationView.xib | 17 +- Classes/ChatConversationCreateTableView.m | 4 +- Classes/ChatConversationView.h | 8 +- Classes/ChatConversationView.m | 64 +- Classes/LinphoneUI/UIChatBubbleTextCell.h | 8 - Classes/LinphoneUI/UIChatBubbleTextCell.m | 69 +- Classes/LinphoneUI/UIChatBubbleTextCell.xib | 4 +- .../Utils/GrowingTextView/HPGrowingTextView.m | 657 ------------------ .../GrowingTextView/HPTextViewInternal.m | 110 --- .../HPGrowingTextView.h | 72 +- .../HPGrowingTextView/HPGrowingTextView.m | 602 ++++++++++++++++ .../HPTextViewInternal.h | 7 +- .../HPGrowingTextView/HPTextViewInternal.m | 105 +++ linphone.xcodeproj/project.pbxproj | 42 +- 14 files changed, 896 insertions(+), 873 deletions(-) delete mode 100755 Classes/Utils/GrowingTextView/HPGrowingTextView.m delete mode 100755 Classes/Utils/GrowingTextView/HPTextViewInternal.m rename Classes/Utils/{GrowingTextView => HPGrowingTextView}/HPGrowingTextView.h (67%) create mode 100755 Classes/Utils/HPGrowingTextView/HPGrowingTextView.m rename Classes/Utils/{GrowingTextView => HPGrowingTextView}/HPTextViewInternal.h (89%) create mode 100755 Classes/Utils/HPGrowingTextView/HPTextViewInternal.m diff --git a/Classes/Base.lproj/ChatConversationView.xib b/Classes/Base.lproj/ChatConversationView.xib index 336e81e40..e0c22dc17 100644 --- a/Classes/Base.lproj/ChatConversationView.xib +++ b/Classes/Base.lproj/ChatConversationView.xib @@ -16,7 +16,7 @@ - + @@ -146,7 +146,7 @@ - + - + - - - - - - - + +