Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69d6657

Browse files
孟遥遥孟遥遥
孟遥遥
authored and
孟遥遥
committed
update
1 parent b5a290a commit 69d6657

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎CocoaAsyncSocket_TCP/View/KeyBoard/ChatKeyboard.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ - (void)configUIFrame
326326
self.msgTextView.frame = self.audioLpButton.frame; //输入框
327327
self.swtFaceButton.frame = Frame(MaxX(self.msgTextView.frame)+15, (Height(self.messageBar.frame)-30)*0.5,30, 30); //表情键盘切换按钮
328328
self.swtHandleButton.frame = Frame(MaxX(self.swtFaceButton.frame)+15, (Height(self.messageBar.frame)-30)*0.5, 30, 30); //加号按钮切换操作键盘
329-
self.keyBoardContainer.frame = Frame(0,Height(self.messageBar.frame), SCREEN_WITDTH,CTKEYBOARD_DEFAULTHEIGHT - Height(self.messageBar.frame)); //自定义键盘容器
329+
self.keyBoardContainer.frame = Frame(0,Height(self.messageBar.frame)+1, SCREEN_WITDTH,CTKEYBOARD_DEFAULTHEIGHT - Height(self.messageBar.frame)); //自定义键盘容器
330330
self.handleKeyboard.frame = self.keyBoardContainer.bounds ;//键盘操作栏
331331
self.facesKeyboard.frame = self.keyBoardContainer.bounds ; //表情键盘部分
332332

@@ -461,7 +461,6 @@ - (void)customKeyboardMove:(CGFloat)customKbY
461461
#pragma mark - 监听输入框
462462
- (void)textViewDidChange:(UITextView *)textView
463463
{
464-
465464
}
466465

467466
#pragma mark - 监听输入框变化 (这里如果放到layout里自动让他布局 , 会稍显麻烦一些 , 所以自动手动控制一下)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /